LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

All sequence step names/types

Hi!

 

How can I get names/types of all the sequence steps, including subsequence from first step of mainsequence (setup section)?

 

Thanks,

Roman

0 Kudos
Message 1 of 3
(3,062 Views)

Hello Rombar,

 

I'm assuming you are using the TestStand API in CVI. If you already have a reference to the sequence that you want to examine, you can use TS_SequenceGetStep() and TS_StepGetProperty() to find Name or Type. To get each one in a step group, you can use TS_SequenceGetNumSteps() to set the number of iterations of a for loop in your code.

 

The section of the TestSTand ActiveX API Reference titled Accessing TestStand Objects Inside Other TestStand Objects shows an example of using these functions. Questions like these may be better served on the TestStand forums Smiley Happy

 

Thanks,

KyleP
Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(3,041 Views)

Many sanks! It was very helpfull.

0 Kudos
Message 3 of 3
(3,026 Views)