HTBasicStepAdditions

Note Do not use the following constants to access the adapter-specific properties of a step. Use the HTBasicModule interface for the Module object for the step. Use the Step.Module property to acquire a reference to a Module object.

In TestStand 3.0 or later, these string constants are obsolete.

These string constants were previously used to create lookup strings to access the adapter-specific properties of an HTBasic step.

  • HTBasicStep_FunctionNameProp –(Value: "SubName") String that contains the name of the HTBasic subroutine to call.
  • HTBasicStep_ModulePathProp –(Value: "ModulePath") String that contains the pathname of the module that contains the HTBasic subroutine to call.
  • HTBasicStep_SetWorkingDirProp –(Value: "SetWorkingDirType") Number property that specifies how to set the working directory when calling the subroutine.
    0 Use adapter default
    1 Do not set working directory
    2 Set to HTBasic server directory
    3 Set to subroutine file directory
    4 Use specific directory stored in HTBasicStep_WorkingDirPathProp
  • HTBasicStep_ShowAppProp –(Value: "ShowApp") Boolean property that determines whether the adapter displays the HTBasic application when calling the subroutine.
  • HTBasicStep_WorkingDirPathProp –(Value "WorkingDirPath") String that contains the specific working directory the adapter sets when calling the subroutine. This is used only if HTBasicStep_SetWorkingDirProp is set to the specific value.

See Also

Lookup Strings

Step.Module