GetEngine Function

Syntax

Engine GetEngine()

Return Value

Engine

a reference to the TestStand Engine. Expressions are typically evaluated against a SequenceContext object which provides access to the Engine through its RunState.Engine property. However, expressions can be evaluated without a SequenceContext using methods in the TestStand API. This function provides the expression access to the TestStand engine even if the expression is not evaluated against a SequenceContext.Returns: A reference to the TestStand Engine.