Step.ModuleLoadOption
- Updated2024-10-09
- 1 minute(s) read
Step.ModuleLoadOption
Syntax
Step.ModuleLoadOption
Data Type
Use the following constants with this data type:
- LoadOption_DynamicLoad –(Value: 3) Does not load the code module for a step until the step is ready to call it.
- LoadOption_PreloadWhenExecuted –(Value: 2) Loads the code module for a step when any sequence in the sequence file containing the step begins executing.
- LoadOption_PreloadWhenOpened –(Value: 1) Loads the code module for a step when TestStand loads the sequence file containing the step into memory.
- LoadOption_UseStepLoadOption –(Value: 4) Loads each code module according to the load option for the step that uses it. This option is valid only for the SequenceFile.ModuleLoadOption property.
Purpose
Specifies the option that determines when TestStand loads the code module for the step.
Remarks
The SequenceFile.ModuleLoadOption property takes precedence over this property, unless the value of the SequenceFile.ModuleLoadOption property is LoadOption_UseStepLoadOption .