06-30-2006 01:49 PM
06-30-2006 04:10 PM
07-05-2006 09:29 PM
07-06-2006 10:51 AM
Hi Aparna,
We have a shipping exampled located at C:\Program Files\National Instruments\TestStand 3.5\Examples\Tools that demonstrates how to create a tools menu item that edits the selected sequence file. Most tools use the RunState.InitialSelection subproperty that specifies the set of properties, steps, and sequences, as well as the file or execution that is selected or active when you start a new execution. Use this subproperty to grab references to step objects, sequence file objects, etc.
To find help on what the different elements in that subproperty represent, refer to the TestStand Help (Help >> TestStand Help; Then type initialselection in the index tab).
Hope this helps!
Best Regards,