NationalInstruments.VeriStand.Data Namespace
- Updated2023-02-21
- 3 minute(s) read
The NI VeriStand Data Types API includes members of the NationalInstruments.VeriStand.DataTypes assembly. This API represents data types and resources used by NI VeriStand. You can access this assembly from any .NET-capable programming language or environment, including NI LabVIEW and NI TestStand.
Classes
Class | Description | |
---|---|---|
![]() | BooleanValue | Represents a Boolean value. |
![]() | BooleanValueArray | Represents an array of Boolean values. |
![]() | DataResource | Represents a source of data for a real-time sequence. |
![]() | DataValue | Represents the value of data for a real-time sequence. |
![]() | DataValueArray | Represents an array of data values. |
![]() | DataValueArray(T) | Represents an array of data values. |
![]() | DoubleValue | Represents a double-precision floating point number. |
![]() | DoubleValueArray | Represents an array of double-precision floating point numbers. |
![]() | I32Value | Represents a 32-bit signed integer. |
![]() | I32ValueArray | Represents an array of signed 32-bit integers. |
![]() | I64Value | Represents a 64-bit signed integer. |
![]() | I64ValueArray | Represents an array of 64-bit signed integers. |
![]() | ImportedDoubleValueArray | Represents an array of double-precision, floating point numbers imported from a file. |
![]() | ScalarDataValue | Represents a scalar data type. |
![]() | SystemDefinitionChannelResource | Represents a data resource mapped to a system definition channel. |
![]() | U32Value | Represents a 32-bit unsigned integer. |
![]() | U32ValueArray | Represents an array of 32-bit unsigned integers. |
![]() | U64Value | Represents a 64-bit unsigned integer. |
![]() | U64ValueArray | Represents an array of 64-bit unsigned integers. |
![]() | VoidValue | Represents a void or empty value. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | DataType | Specifies the data type. |