ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Where I can find the step name of the Calling Sequence

Solved!
Go to solution

I am searching for the right place in the RunStates where I find the Name of the SequenceCall that call me.

 

Anybody an idea?

0 Kudos
Message 1 of 3
(5,345 Views)
Solution
Accepted by topic author JonathanK

Hi,

 

Try NameOf(RunState.Caller)

 

or with the API you can use the Name property of a Step reference

 

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(5,343 Views)

NameOf(RunState.CallingStep) works!

 

Thank you!

Message 3 of 3
(5,341 Views)