NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Editing TS specify module >> connector pane from LV

Hi,

Is it possible to edit TestStands step properties >> specify module >> connector pane within LabVIEW programmatically, without opening the specify module window?
I can open module > specify from LabVIEW but, opening that window, mean you have to fill in the info your self. Smiley Indifferent

TIA

0 Kudos
Message 1 of 3
(2,618 Views)

Hi,

You can access the properties via the lookup string of "Step.TS." and "Step.TS.SData".

eg to set the Mode of the 1st step in the sequence use RunState.Sequence.Main[0].TS.Mode = "Skip"

Hope this helps

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,605 Views)
No, I was looking a way to connect connectors to variables.
eq. if I have vi with output connector named "results" and i need to connect it to TestStand FileGlobal variable named "measurement results" without using specify module screen.


0 Kudos
Message 3 of 3
(2,602 Views)