Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 18:29:52 +0000



Post From: Study Reference

[2022-05-07 12:05:59]
JohnR - User831573 - Posts: 319
If you are using ACSIL - there is this function
void GetStudyArraysFromChartUsingID(int ChartNumber, int StudyID, SCGraphData& GraphData);
The sc.GetStudyArraysFromChartUsingID() function gets all of the study arrays from the study specified by the ChartNumber and the unique StudyID parameters.
The StudyID is the unique study identifier.

There is sample source in studies8.cpp that shows getting multiple subgraphs outputs from multiple studies.
\SierraChart\ACS_Source\studies8.cpp (1 hit)
  Line 218: SCSFExport scsf_StudySubgraphsAverageMultiple(SCStudyInterfaceRef sc)

JohnR