I have to document the process on how we run tests on devices. The current TestStand sequences are very “deep” with many sequences, sub-sequences and steps. The underlying code that drives the DUT’s is written in LabVIEW.
Is there a way to programmatically (in LabVIEW) output the name of the sequence, sub-sequence and steps as TS runs through a routine?
I have to do this for several different sequences for different DUT’s. I have searched the forums and I can't seem to get RunState.Caller.Step.Name to work using TestStand - GetPropertyValue.vi to work with the sequence context.