NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Documenting Usage Instances of Sequence File Globals

I'm new to TestStand 3.5, and I'm inheriting someone else's work.
Is there a way to find out in what sequences and steps each of the individual Sequence File Globals are being set and called?
Maybe someone's written a utility to do this? 
0 Kudos
Message 1 of 3
(3,372 Views)
Hi Alan,

You can use TestStand API methods to get File Globals in your Sequence File:

1. First, get the Sequence File Object containing the File Globals by using TestStand API method "Engine.GetSequenceFileEx";
2. Then, get the PropertyObject that contains the default values of the global variables for the Sequence File by calling "SequenceFile.FileGlobalsDefaultValues" property;
3. Finally, run "Engine.ReleaseSequenceFileEx" method to release the reference of object.
Regards
MY
0 Kudos
Message 2 of 3
(3,363 Views)
Hi Alan,
I always use Edit>>Find (or Ctrl+F) to search for the usage of properties.
However, I don't know a way to export the list for documentation purposes. Maybe a screenshot will do?
Regards, Guenter
0 Kudos
Message 3 of 3
(3,358 Views)