StepType.SpecifyModule
- Updated2025-07-21
- 1 minute(s) read
StepType.SpecifyModule
Syntax
StepType.SpecifyModule( specModOptions = SpecMod_NoOptions)
Return Value
Returns True if the Specify Module dialog box modifies the step type.
Purpose
Launches the Specify Module dialog box for the step type, if one exists.
Remarks
Check the CanSpecifyModule property to verify that you can call this method.
The current version of TestStand does not support all SpecifyModuleOptions options for all adapters, as the following list indicates:
- LabVIEW Adapter —Supports only SpecMod_ReadOnly .
- LabWindows/CVI Adapter —Supports all options.
- C/C++ DLL Adapter —Supports all options.
- ActiveX/COM Adapter —Supports only SpecMod_ReadOnly .
- Sequence Adapter —Supports all options.
- HTBasic Adapter —Supports only SpecMod_ReadOnly .
Parameters
specModOptions As Long
[In] Specifies one or more SpecifyModuleOptions to modify the behavior of the dialog box.
This parameter has a default value of SpecMod_NoOptions .