NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to programmatically set report path in teststand 2012

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\"

 

Message 1 of 2
(4,227 Views)

 

I believe you need to override the ReportOptions callback.  

 

http://digital.ni.com/public.nsf/allkb/8ECD6E9D95F786338625729D0073451A

0 Kudos
Message 2 of 2
(4,213 Views)