Login Page - Create Account

Support Board


Date/Time: Thu, 08 May 2025 14:09:59 +0000



[Programming Help] - ACSIL: Getting the actual name of a Study (by ID)?

View Count: 576

[2022-07-04 16:57:19]
ycomp - Posts: 323
Is there a way to get the Study name (I mean the actual study name, i.e. the sc.GraphName, not the short name) using the ID of a study?

I would like to set an input that refers to another study. Then make sure that this study is the correct type of study by comparing the name. But if a shortname is set then it could be anything so there is no way to check for certain using sc.GetStudyName() since it will return the shortname if there is one.
[2024-11-15 12:04:52]
User267000 - Posts: 6
Hello,
I have this problem too,
is there any solution ?
[2024-11-15 14:28:11]
User431178 - Posts: 667
Yes, here are some documented functions:

ACSIL Interface Members - Functions: sc.GetBuiltInStudyName()
ACSIL Interface Members - Functions: sc.GetStudyInternalIdentifier()

You could also search in sierrachart.h and see what functions are available, as not all are documented.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account