Module.Specify

Syntax

Module.Specify( specModOptions = 0)

Return Value

Boolean

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

Purpose

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

Remarks

Use the Module.CanSpecify property to verify that you can call this method. The current version of TestStand does not support all SpecifyModuleOptions constants 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.
  • HTBasic Adapter —Only supports SpecMod_ReadOnly.
  • Sequence Adapter —Supports all options.

Parameters

specModOptions As Long

[In] Specifies one or more SpecifyModuleOptions constants to modify the behavior of the Specify Module dialog box.

This parameter has a default value of 0 .

See Also

Module.CanSpecify

Specify Module dialog box

SpecifyModuleOptions

Step.SpecifyModule