NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

add more results to report

How do you add additional test results to a report?  I am performing a bit error rate test and would like to add in # of failed 1s, # of failed 0s, # of fails, aside from the actual bit error rate?
 
Thanks,
Brian
0 Kudos
Message 1 of 4
(2,980 Views)

There are a lot of ways, but one of the easiest is to add a NumericLimitTest step for each value using the <None> adapter.  Set the Data Source Expression to be the value to log and set the Comparison Type to <No Comparison>.

 

0 Kudos
Message 2 of 4
(2,976 Views)
You could also do the same thing with a single Multiple Numeric Limit Test step instead of separate Numeric Limit Test steps.
0 Kudos
Message 3 of 4
(2,975 Views)
Good idea, thanks.
0 Kudos
Message 4 of 4
(2,965 Views)