NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a sequnce from within the current file

Is there any advantage/disadvantage to calling another sequence from within the same seq file ? I have a UUT that has test within tests...within tests. Should I create seperate seq files ( then call them)or one seq file that has each of these within it ?
0 Kudos
Message 1 of 4
(3,081 Views)
I've had several sequences in one sequence file and had no trouble calling any. It is convenient to have it all in one file. However, it is not very practical to re-use any of the sequences for another project. I usually put any re-usable sequences in a different file, to be called by multiple projects. Hope this clears it up.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 4
(3,081 Views)
Thanks TBOB. If I use one of the Operator Int shipped with TS 3.0, can I run one of the subsequnces as an individual tests if I have it saved within the same file ? ie If I have a single file with a number of sub seq. can I go in and select just one to run ?

Thanks
0 Kudos
Message 3 of 4
(3,081 Views)
Yes. You can specify any seq within a file containing several seqs. Just try it.
- tbob

Inventor of the WORM Global
0 Kudos
Message 4 of 4
(3,081 Views)