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,124 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,122 Views)

NameOf(RunState.CallingStep) works!

 

Thank you!

Message 3 of 3
(5,120 Views)