To download NI software, including the products shown below, visit ni.com/downloads.
This example demonstrates how you can use sequence calls with the use new execution option to generate separate reports for individual subsequences.
This example generates a separate report for each subsequence called by the main sequence. Additionally, the subsequence reports are added to the Active Report menu in the report view so they can be easily viewed after the test executes. The example implements this functionality
RunState.Execution.Reports.InsertExisting(Locals.execRef.AsExecution.Report,-1)
After making these changes, each subsequence will generate a separate report viewable in the report viewer:
TestStand 2014 or Compatible
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.