08-17-2011 12:16 PM
I'm using the default Sequential model which has two entry points, Test UUTs and Single Pass. I would like to determine in my sequence which entry point was selected by the operator. Is it possible to programmatically determine which entry point was selected, and if so where is that hidden in the massive TestStand API and properties?
I would prefer the name of the entry point to be returned.
Solved! Go to Solution.
08-17-2011 01:06 PM
As long as you are in MainSequence then you can use RunState.Caller.Sequence.Name
otherwise use RunState.Root.Sequence.Name
08-17-2011 01:06 PM
As long as you are in MainSequence then you can use RunState.Caller.Sequence.Name
otherwise use RunState.Root.Sequence.Name