09-09-2016 04:03 PM
I am using the 'Test UUTs' entry point to test many units in sequence using the sequence model. However each of the test results get put into the same report; how can I get the results to go into seperate files for each unit. Is there an option for this or do I need a callback? Maybe I could use the 'single pass' entry point in some sort of loop, what is easiest?
TestStand 2010
09-09-2016 04:12 PM
Use the checkbox here (Configure»Result Processing..😞
Hope this helps,
Trent
09-13-2016 11:22 AM
It seems I dont have that option when specifying the file path by expression; why is this? How can I still have the 'New UUT Report file for each UUT' option and specify the report file path within the sequence by expression?
09-13-2016
02:00 PM
- last edited on
10-19-2024
05:48 PM
by
Content Cleaner
Check the TestStand Help: Specifying Report File Paths by Expression topic.
$(UUT)—Replaces the macro with the UUT serial number. This macro creates new UUT report files for each UUT.
-Trent
09-14-2016 04:42 AM
Thank you.