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