NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Step Name from ProcessModelPostStep Callback

I am trying to get the 'Step Name' of the current step in the client sequence file from inside the ProcessModelPostStep Callback.
 
Does anybody know the property lookup string?
 
Regards
 
Steve
There are 10 types of people in the world that understand binary, those that do and those that don't.
0 Kudos
Message 1 of 3
(3,135 Views)

Hi,

NameOf(RunState.Caller.Step) should give you this.

Regards

Ray Farmer

Regards
Ray Farmer
Message 2 of 3
(3,122 Views)

Same trick, different lookup will also work :

NameOf(Parameters.Step)

Thanks

Sacha Emery
National Instruments (UK)

// it takes almost no time to rate an answer Smiley Wink
Message 3 of 3
(3,114 Views)