All,
I'm using TS 2013 and I need to change the path of my report depending on the UUT type I run. I basically have an upper shell sequence that dynamically calls any number of UUT sequences depending on the UUT SN entered. Depending on which UUT I run I need the HTML report to be placed in its UUT's report folder.
I don't belive I can use the built in Configure >> Report Processing Dialog because it won't let me change folders depending on what UUT Sequence is called. I've looked at the Community example for Set the TestStand Report Path at Runtime, but it's method uses the the ReportOptions callback which gets executed before the UUT sequence is called. Therefore doing me no good.
This way to do this in TestStand 4.1.1 and earlier was different than current version. I just need to be able to modify the report path once the user enters UUT type.
p.s. look like another person is having a similar issue, so if anyone can help us both out, I'm sure he would appreciate it as much as I do.