From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

getting special data

is anyone knows how can i get or set all the options you can mark or unmark
in the seq editor (like the Tracing Enabled and the Break At First Step in
the execute menu) ?

advanced thank's.
0 Kudos
Message 1 of 2
(3,416 Views)
You can access all of these options via the TestStand API. For instance the Tracing Enabled option is actually a property of the TestStand Engine object...Engine.TracingEnabled. The other option you mentioned, Break At First Step is a property of a TestStand Execution object. All of the properties and methods of the TestStand API are referenced in detail in the Help>>ActiveX API of the Sequence Editor. You can access these properties and methods from within a test sequence by using the ActiveX adapter. You can also access them via your test code modules using the TestStand ActiveX VIs/functions in your preferred programming environment.

Richard McDonell
National Instruments
0 Kudos
Message 2 of 2
(3,416 Views)