06-04-2015 06:01 PM
I am trying to programmatically set the report path in TestStand. This is what I did and it is not working:
01: Include ModelPluginOptions sequence and set Parameters.ModelPlugin.Base.NewThread=False
02: Then set the report path: RunState.Report.Location = "C:\\Testing\\Report\\<ClientFileName>_Report[UUT][<FileTime>][<FileDate>]_<UUTStatus>
The above two steps do not produce the desired report in the right location. It is still defalut to "C:\TestLogs\"
06-05-2015 07:29 AM
I believe you need to override the ReportOptions callback.
http://digital.ni.com/public.nsf/allkb/8ECD6E9D95F786338625729D0073451A