NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Get single step or sequence

Hi,
I am using Teststand 2.0.1 and LabView 6.1.
I would like to read from the code if the test is running a sequence or if just a single step is running.

In the old Test Executive you could read a variable called get_gtx_state, is there a similare variable in Teststand ?

Thank you in advance
//Johan
Best Regards

Johan
0 Kudos
Message 1 of 3
(2,741 Views)
Johan -
I assume that you want to know whether the execution is running normally or in an interactive execution?

Execution.InInteractiveMode tells you whether the execution is running interactively. SequenceContext.InInteractiveMode tells you whether the current context is the root context of the interactive execution. SequenceContext.IsInteractiveStep tells you whether the specified step is a selected step in the interactive execution.

Scott Richardson (NI)
Scott Richardson
Message 2 of 3
(2,741 Views)
Thank you, InInteractiveMode was what I was looking for.
Best Regards

Johan
0 Kudos
Message 3 of 3
(2,741 Views)