To download NI software, including the products shown below, visit ni.com/downloads.
This library extends the data access functions for accessing TestStand data from LabVIEW.
APIs
The library contains the following APIs,
Supported Data Type
| LvData | Element | 1DArray | 2DArray | 3DArray | Comments |
|---|---|---|---|---|---|
| Number | √ | √ | √ | √ | LvData - I8, I16, I32, I64, U8, U16, U32, U64, SGL, DBL, EXT TsData - DBL |
| Enum | √ | x | x | x | LvData - Enum U8, Enum U16, Enum U32, Enum U64 TsData - DBL |
| Boolean | √ | √ | √ | √ | |
| String | √ | √ | √ | √ | |
| Timestamp | √ | √ | √ | √ | LvData - LabVIEW Timestamp - ni.com TsData - DBL |
| Waveform | √ | √ | x | x | LvData - LabVIEW Waveform (DBL) { t0, dt, Y, attributes } TsData - Container { t0, dt, Y } |
| Cluster | √ | √ | x | x |
Software Environment
Dependencies
Description-Separate-2
In order to use this library,
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.