NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Determining step name from within ProcessModelPreStep

How, from within ProcessModelPreStep callback, can be determined name of the step, for which the callback was called?

Thanks,
Misha.
0 Kudos
Message 1 of 3
(3,020 Views)
Misha -
A reference to the actual step is passed as a parameter to the callback, so in an expression you could just say 'NameOf(Parameters.Step)'

Scott Richardson
Scott Richardson
https://testeract.com
0 Kudos
Message 2 of 3
(3,020 Views)
Thank you, Scott.
Perfect.
0 Kudos
Message 3 of 3
(3,020 Views)