LabVIEWNXGParameterCategories
- Aktualisiert2025-07-21
- 2 Minute(n) Lesezeit
LabVIEWNXGParameterCategories
Specifies the data type of the NXG parameter.
- LabVIEWNXGParamCategory_Boolean –(Value: 2) Indicates that the parameter is a Boolean type This category does not have any associated data types.
- LabVIEWNXGParamCategory_BooleanArray –(Value: 52) Indicates that the parameter is an array of Boolean values. This category does not have any associated data types.
- LabVIEWNXGParamCategory_Cluster –(Value: 3) Indicates that the parameter is a cluster. Data types associated with this category include LabVIEWNXGParamType_DigitalWaveform , LabVIEWNXGParamType_ErrorOut , LabVIEWNXGParamType_IO , LabVIEWNXGParamType_StandardCluster , LabVIEWNXGParamType_AnalogWaveform , and LabVIEWNXGParamType_DigitalWaveform .
- LabVIEWNXGParamCategory_ClusterArray –(Value: 53) Indicates that the parameter is an array of clusters. Data types associated with this category include LabVIEWNXGParamType_DigitalWaveform , LabVIEWNXGParamType_ErrorOut , LabVIEWNXGParamType_IO , LabVIEWNXGParamType_StandardCluster , and LabVIEWNXGParamType_AnalogWaveform .
- LabVIEWNXGParamCategory_Complex –(Value: 6) Indicates that the parameter is a complex numeric data type. This category does not have any associated data types.
- LabVIEWNXGParamCategory_ComplexArray –(Value: 55) Indicates that the parameter is an array of complex numbers. This category does not have any associated data types.
- LabVIEWNXGParamCategory_Enum –(Value: 9) Indicates the parameter is an enumeration. This category does not have any associated data types.
- LabVIEWNXGParamCategory_EnumArray –(Value: 58) Indicates the parameter is an array of enumerations. This category does not have any associated data types.
- LabVIEWNXGParamCategory_Numeric –(Value: 0) Indicates that the parameter is a numeric data type. Numeric data types include enumerations, but do not include complex numbers. Data types associated with this category include LabVIEWNXGParamType_Ext , LabVIEWNXGParamType_Int16 , LabVIEWNXGParamType_Int32 , LabVIEWNXGParamType_Int64 , LabVIEWNXGParamType_Int8 , LabVIEWNXGParamType_Real32 , LabVIEWNXGParamType_Real64 , LabVIEWNXGParamType_UInt16 , LabVIEWNXGParamType_UInt32 , LabVIEWNXGParamType_UInt64 , and LabVIEWNXGParamType_UInt8 .
- LabVIEWNXGParamCategory_NumericArray –(Value: 50) Indicates that the parameter is a an array of numbers. Numeric data types include enumerations, but do not include complex numbers. Data types associated with this category include LabVIEWNXGParamType_Ext , LabVIEWNXGParamType_Int16 , LabVIEWNXGParamType_Int32 , LabVIEWNXGParamType_Int64 , LabVIEWNXGParamType_Int8 , LabVIEWNXGParamType_Real32 , LabVIEWNXGParamType_Real64 , LabVIEWNXGParamType_UInt16 , LabVIEWNXGParamType_UInt32 , LabVIEWNXGParamType_UInt64 , and LabVIEWNXGParamType_UInt8 .
- LabVIEWNXGParamCategory_Reference –(Value: 4) Indicates that the parameter is a reference. Data types associated with this category include LabVIEWNXGParamType_ActiveXRef , LabVIEWNXGParamType_OtherRef , and LabVIEWNXGParamType_LVNXGObjectRef but do not include LabVIEWNXGParamType_IO , which is considered a cluster data type.
- LabVIEWNXGParamCategory_ReferenceArray –(Value: 54) Indicates that the parameter is an array of COM references. Data types associated with this category include LabVIEWNXGParamType_ActiveXRef , LabVIEWNXGParamType_OtherRef , and LabVIEWNXGParamType_LVNXGObjectRef but do not include LabVIEWNXGParamType_IO , which is considered a cluster data type.
- LabVIEWNXGParamCategory_String –(Value: 1) Indicates that the parameter is a string data type. Data types associated with this category include LabVIEWNXGParamType_String , LabVIEWNXGParamType_PathString , and LabVIEWNXGParamType_TimestampString .
- LabVIEWNXGParamCategory_StringArray –(Value: 51) Indicates that the parameter is an array of strings. Data types associated with this category include LabVIEWNXGParamType_BinaryString , LabVIEWNXGParamType_CString , LabVIEWNXGParamType_PathString , and LabVIEWNXGParamType_TimestampString .
- LabVIEWNXGParamCategory_Unknown –(Value: 8) Indicates that the parameter has a data type TestStand does not recognize.
- LabVIEWNXGParamCategory_Variant –(Value: 7) Indicates the parameter is a COM Variant. This category does not have any associated data types.
- LabVIEWNXGParamCategory_VariantArray –(Value: 56) Indicates the parameter is an array of COM Variants. This category does not have any associated data types.