NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I check the Step Type in the SequenceFilePostResultListEntry callback ?

Solved!
Go to solution

It seems Parameter.Step.Type doesn't exist.

 

I want to create a lean version of test report, remove all non-test steps.

Please help.

 

George Zou
0 Kudos
Message 1 of 2
(891 Views)
Solution
Accepted by topic author zou

Parameters.Result.TS.StepType

 

This will return things like "NI_MultipleNumericLimitTest", "Action" etc...

 

You can put a breakpoint in a Callback so you can pause and look at the parameters to see what you want. There are other ways to go about what you want without a callback though. Since a callback is only for that sequence file, you'd be better off using Filtering in your report, or just disabling recording when it's not needed. Then you don't have to copy a callback everywhere you want it.

 

 

Message 2 of 2
(882 Views)