NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

What is a SequenceContext Object?

What is a SequenceContext Object and how can I use it to access local variables int TestStand 3.1?
0 Kudos
Message 1 of 2
(3,263 Views)

A sequence context is an object in the TestStand API that represents the execution state of a sequence. For each active sequence, TestStand maintains a sequence context you can use to access all the objects, variables, and properties that relate to the execution of the sequence.
You can pass the sequence context (ThisContext) as an input parameter to you code modules.
The SequenceContext object contains a property named Locals. You can use this property to obtain a reference to the object that contains the locals for the currently executing sequence.
Please refer to the TestStand Help for more information about the contents of the sequence context.

Hope it Helps.

Antonio Lie.

0 Kudos
Message 2 of 2
(3,250 Views)