NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Where I can get the total execution time?

I'm trying to print a simple report with the essential UUT info. Where I can get the value of total execution time that's contained in the report viewer.
0 Kudos
Message 1 of 2
(3,943 Views)
The total time is in the result for the MainSequence callback step in the process model entry point. The field is .TS.TotalTime. Typically, the MainSequence callback step is the only step in any process model sequence that generates a result.

You can see how the text report gets this value by looking at the Add Execution Time step in the Add Report Header sequence in reportgen_txt.seq.
Message 2 of 2
(3,943 Views)