Engine.SetInternalOption
- Updated2025-07-21
- 1 minute(s) read
Engine.SetInternalOption
Syntax
Engine.SetInternalOption( option, newValue)
Purpose
Specifies the value for the internal option the option parameter specifies.
Remarks
TestStand does not persist internal options between instances of the engine.
Parameters
option As InternalOptions
[In] Specifies the internal option the method sets.
newValue As Variant
[In] Specifies the value of the internal option the option parameter specifies.