NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Local (File Scope) Sequences

I'm currently using TestStand 4 and I'm trying to create a sequence library. I don't want users to be able access the support sequences, as these should only be accessible from within the sequence file. Does anyone know if TS 4 supports sequences with file scope (like static functions in C)?
 
I have a number of sequence files with interface sequences and support sequences. I only want the interface sequences visible from another sequence file. And the support sequences should only be accessible from within the sequence file.
 
I tried to enable the 'Hidden' property for a sequence in a sequence file. It turned invisible alright, and it couln't be found by other sequences or the user interface. Is this property a black hole?
 
Hurst
 
0 Kudos
Message 1 of 2
(2,925 Views)
Hi hurst,
 
TestStand does not offer a feature to label sequences as private or public.
You can however choose to developed custom controls that would filter sequences with specific properties. This however would be a serious undertaking.
 
Nestor
0 Kudos
Message 2 of 2
(2,909 Views)