Step.SpecifyModule

Syntax

Step.SpecifyModule( specModOptions = SpecMod_NoOptions)

Return Value

Boolean

Returns True if the Specify Module dialog box modifies the step.

Purpose

Launches the Specify Module dialog box for the step, if one exists.

Remarks

Check the Step.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 —Only supports SpecMod_ReadOnly .
  • LabWindows/CVI Adapter —Supports all options.
  • C/C++ DLL Adapter —Supports all options.
  • .NET —Only supports SpecMod_ReadOnly .
  • ActiveX/COM Adapter —Only supports SpecMod_ReadOnly .
  • Sequence Adapter —Supports all options.
  • HTBasic Adapter —Only supports 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 .

See Also

Specify Module dialog box

SpecifyModuleOptions

Step.CanSpecifyModule

Step.CreateCode

Step.EditCode