NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to skip step result recording in teststand

Hello,
 
I am trying to create an ActiveX/com step in teststand to do the following:
 
Not record the results for the next step to follow ( similar to right clicking the step -> properties -> run options -> Check "Do not record results")
Can any one help me on this please ?
 
Regards,
Ayman
0 Kudos
Message 1 of 2
(3,262 Views)
Ayman,
 
You could use a statement step to disable/enable the result recording of the next step.
The expression that you would use would be:
RunState.NextStep.TS.NoResult = True (Disables result collection for the next step).
 
Check the attached sequence file
Notice that if you run the sequence using Single Pass the second step does not appear in the report.
 
Hope it helps.
 
Antonio Lie.
0 Kudos
Message 2 of 2
(3,255 Views)