NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the specification for the teststand funtions such as TS_SetPropertyToCtrlVal?

Hi, I use cvi coding for TestStand, But I can't find the specificaton to explain how to use these functions such as TS_SetPropertyToCtrlVal,TS_PropertyGetValString,TS_PropertyGetValNumber,TS_GetResourceString and so on. Would you please help me? B.R.
0 Kudos
Message 1 of 2
(1,018 Views)

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.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(975 Views)