Support Board
Date/Time: Mon, 30 Jun 2025 11:25:05 +0000
Post From: Access custom study from code?
[2021-06-23 17:31:13] |
skellington - Posts: 14 |
Thanks, that is an option when you have the source code. But I also want to access studies that are not built-in even if I don't have the source code. IIO was just an example. Even with source code, it's not a trivial integration because you have to adjust all of the subgraphcs/inputs/etc. When you use the built-ins like sc.SimpleMovAvg(result, Subgraph_SimpMovAvg, sc.Index, 5); they are self contained. |