GetEngine Function
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
GetEngine Function
Syntax
Engine GetEngine()
Return Value
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.