LVStepAdditions

Note Do not use these constants to access the adapter-specific properties of a step. Use the LabVIEWModule 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 a LabVIEW step. The following example code sets the module pathname of a LabVIEW step:

TS_PropertySetValString(propObj, &errorInfo, Step_TSInfoProp "." TSInfo_StepAdditions "." LVStep_ModulePathProp, 0, testFilePath) ;

  • LVStep_ModulePathProp –(Value: "ViPath") This constant is obsolete.
  • LVStep_PassInBufProp –(Value: "PassInBuf") This constant is obsolete.
  • LVStep_PassInvocInfoProp –(Value: "PassInvocInfo") This constant is obsolete.
  • LVStep_PassSeqContextProp –(Value: "PassContextPtr") This constant is obsolete.
  • LVStep_ShowFrontPanelProp –(Value: "ShowFrntPnl") This constant is obsolete.

See Also

LabVIEWModule

Lookup Strings

Step.Module

StepProperties