NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Enable tracing station options from sequence file

I can set the Property to enable/disable tracing using the Active X [Set property for TracingEnabled]

 

Once this tracing is enabled is there a way to enable/disable the "Allow Tracing into Setup/Cleanup" option using Active X?

 

Regards,

Vidula

0 Kudos
Message 1 of 2
(2,530 Views)

Hi Vidula,

 

You can get to the individual tracing options through a mask property called ExecutionMask. This is a property of Engine.StationOptions.

StationOptions.ExecutionMask

 

The Execution Mask constant you want to set is:

ExecMask_TraceIntoSetupCleanup

 

Hope this helps! 

Jervin Justin
NI TestStand Product Manager
0 Kudos
Message 2 of 2
(2,511 Views)