10-19-2020 09:36 PM
10-20-2020 04:32 PM
Go to the TestStand help: Help>>NI TestStand Help...
Then click on the index tab.
Start typing the method name that you want to look at without the TS_ (You may also need to remove the Property word as well)
Example: GetResouceString
You will see the index start populating the methods.
Some of them are part of different objects. For example GetValNumber is part of the PropertyObject class and GetResourceString is part of the Engine class.
Are you in CVI or C#? I think these methods are coming from a wrapper exactly as you are seeing them named.
Hope this helps.