CVIStepAdditions
- Updated2025-07-21
- 1 minute(s) read
CVIStepAdditions
Note
Do not use these constants to access the adapter-specific properties of a step. Use the
CVIModule
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 LabWindows/CVI step. The following example code sets the module pathname property of a LabWindows/CVI step:
TS_PropertySetValString(propObj, &errorInfo, Step_TSInfoProp "." TSInfo_StepAdditions "." CVIStep_ModulePathProp, 0, testFilePath);
- CVIStep_FunctionNameProp –(Value: "FuncName") This constant is obsolete.
- CVIStep_FunctionPrototypeProp –(Value: "FuncProto") This constant is obsolete.
- CVIStep_ModulePathProp –(Value: "ModulePath") This constant is obsolete.
- CVIStep_ModulePrjPathProp –(Value: "ModulePrjPath") This constant is obsolete.
- CVIStep_ModuleSrcPathProp –(Value: "ModuleSrcPath") This constant is obsolete.
- CVIStep_ModuleTypeProp –(Value: "ModuleType") This constant is obsolete.
- CVIStep_ParamsStringProp –(Value: "ExtProtoParams") This constant is obsolete.
- CVIStep_SeqContextPassProp –(Value: "SeqContextType") This constant is obsolete.