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.