StepProperties

Use these string constants to create lookup strings to access properties of the built-in step types using the PropertyObject class. Notice that some of the constants refer to properties, whereas other constants refer to property values.

  • Limits_HighProp –(Value: "High")
  • Limits_LowProp –(Value: "Low")
  • Limits_NominalValueProp –(Value: "Nominal")
  • Limits_StringProp –(Value: "String")
  • Limits_ThresholdTypeProp –(Value: "ThresholdType")
  • NumMeasComp_EQ –(Value: "EQ")
  • NumMeasComp_EQTHRESHOLD –(Value: "EQT")
  • NumMeasComp_GE –(Value: "GE")
  • NumMeasComp_GELE –(Value: "GELE")
  • NumMeasComp_GELT –(Value: "GELT")
  • NumMeasComp_GT –(Value: "GT")
  • NumMeasComp_GTLE –(Value: "GTLE")
  • NumMeasComp_GTLT –(Value: "GTLT")
  • NumMeasComp_LE –(Value: "LE")
  • NumMeasComp_LOG –(Value: "LOG")
  • NumMeasComp_LT –(Value: "LT")
  • NumMeasComp_NE –(Value: "NE")
  • NumMeasRadix –(Value: "DisplayRadix") This constant is obsolete. In TestStand 2.0, set the numeric format using the PropertyObject.NumericFormat property of the following step properties: Limits.High , Limits.Low , and Result.Numeric .
  • NumMeasThresholdType_DELTA –(Value: "DELTA")
  • NumMeasThresholdType_PERCENTAGE –(Value: "PERCENTAGE")
  • NumMeasThresholdType_PPM –(Value: "PPM")
  • Result_NumericProp –(Value: "Numeric")
  • Result_PassFailProp –(Value: "PassFail")
  • Result_StatusProp –(Value: "Status")
  • Result_StringProp –(Value: "String")
  • ResultStatus_Done –(Value: "Done")
  • ResultStatus_Error –(Value: "Error")
  • ResultStatus_Failed –(Value: "Failed")
  • ResultStatus_Looping –(Value: "Looping")
  • ResultStatus_NoStatus –(Value: "")
  • ResultStatus_Passed –(Value: "Passed")
  • ResultStatus_Running –(Value: "Running")
  • ResultStatus_Skipped –(Value: "Skipped")
  • ResultStatus_Terminated –(Value: "Terminated")
  • ResultStatus_Waiting –(Value: "Waiting")
  • Step_InBufProp –(Value: "InBuf")
  • Step_LimitsProp –(Value: "Limits")
  • Step_MeasComparisonType –(Value: "Comp")
  • Step_MeasThresholdType –(Value: "ThresholdType")
  • Step_ResultProp –(Value: "Result")
  • Step_TSInfoProp –(Value: "TS")
  • StrMeasComp_CaseSensitive –(Value: "CaseSensitive")
  • StrMeasComp_IgnoreCase –(Value: "IgnoreCase")
  • TSInfo_StepAdditions –(Value: "SData") Do not use this constant to access the adapter-specific properties of a step. Instead, use the specific module interface for the Module object for the step. Use the Step.Module property to acquire a reference to a Module object.

See Also

CVIModule

DllModule

LabVIEWModule

PropertyObject

PropertyObject.NumericFormat

SequenceCallModule

Step.Module