LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Test Stand Report GEneration

How to disable/enable test report generation in Test Stand  programmatically using CVI application?
 
Regards,
Priya
 
 
0 Kudos
Message 1 of 2
(3,070 Views)
Hello Priya,

You can disable or enable report generation in TestStand by adding the ReportOptions callback to your sequence file.  Then you can use the following statement to turn reporting on or off:

Parameters.ReportOptions.DisableReportGenerations = <boolean>

This is discussed in greater detail in this KnowledgeBase article and this forum post.  I hope that helps!
Regards,


Marty H.
National Instruments
0 Kudos
Message 2 of 2
(3,037 Views)