NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Event when Sequence changes

Hi!

In my GUI application I need to get the name of 'Sequence' when 'Sequence' of an Execution changes. Is there any event to get this change. Please help

 

Thanks

0 Kudos
Message 1 of 3
(2,838 Views)

tsgy,

 

I couldn't find an event that would notify you of when the sequence of an execution changes, but you don't say why you are trying to use this information.

 

If you just want the name of the sequence for display reasons, then you can use any of the TestStand UI Controls, such as the Label.  Then you can use ExecutionViewManager.ConnectCaption with the Caption Source of CaptionSource_CurrentSequence

Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 2 of 3
(2,797 Views)
If you do that, you might also be interested in the Label.ConnectionActivity event.
0 Kudos
Message 3 of 3
(2,781 Views)