Login Page - Create Account

Support Board


Date/Time: Mon, 13 Jan 2025 06:10:14 +0000



Post From: SC function to return SCInputRef from ChartUsingID

[2017-04-03 07:48:21]
User553714 - Posts: 184
I am using this SC function to return the Subgraphs from a ChartUsing the study ID; sc.GetStudyArraysFromChartUsingID(sc.ChartNumber, 1, ImportedStudyData).

Is there an equivalent function which I can use to return a SCInputRef (User Input Ref) from a Study attached to the chart using the study ID? In my case I am trying to return the User Input set Number of Standard Deviations used in a Linear Regression study at ID1 so I can use it in my custom ACSIL study at ID2; is there a way I can do this to avoid having to calculate the SD in my own study? Regards