10-17-2006 03:13 PM
10-18-2006 09:42 AM
In this expression I am setting the Voltage property of the current step to 41.
Notice that in order to obtain the current sequence name I use NameOf(RunState.Sequence), also notice that in order to obtain the step name I use NameOf(RunState.Step).
I had to use conditional operator to select the expression to evaluate based on the current Step Group.
Hope it helps
Antonio Lie.
10-18-2006 05:51 PM