NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Report File Path Directory

How can i get the definitive report file path in teststand V3.0
0 Kudos
Message 1 of 2
(3,099 Views)
Hi,

The report file path is generated inside of the process model. If you look at the Test UUTs entry point inside of the SequentialModel.seq, you will see a C/C++ Adapter step called "Determine Report File Path". After this step executes, the variable Locals.ReportFilePath inside of the entry point contains the full path to where the report will be saved. Let me know if this is what you are looking for.

Ryan
0 Kudos
Message 2 of 2
(3,099 Views)