NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom step

Solved!
Go to solution

Hello,

The question is...

I need to read some string value from the target and just display it in the report (comparison with limits is not needed ). Which step type I should use?

Thanks

0 Kudos
Message 1 of 2
(2,399 Views)
Solution
Accepted by topic author airspan

I would go for the Result.ReportText property of the step that reads the string from your target.  It is common to most if not all step types.  Pop the string that is returned into Step.Result.ReportText and it should get included in your report.

 

Capture.PNG

Message 2 of 2
(2,390 Views)