I don't understand how to reference another study that isn't an SC function. For example, the T3 study is not a function and I am trying
SCFloatArrayRef input = sc.BaseDataIn[sc.Index];
T31[sc.Index] = sc.T3(input, sc.Subgraph[0], sc.Index, TPeriod, TPhase);
but it doesn't work. I read the documentation and it's confusing me. Any help would be appreciated. Thank you.
|