Numeric Parameters - LabVIEW NXG VI Call Parameters

Numeric Parameters

The LabVIEW NXG Adapter supports all the LabVIEW NXG numeric data types. Some numeric data types require special handling. The imaginary and real parts of a complex number are stored in two different variables. For an array of complex numbers, specify two arrays. The first array holds all the real parts and the second array holds all the imaginary parts. The size of the arrays must be the same. Quad and unsigned quad data types are stored as Number {Signed 64-bit Integer} and Number {Unsigned 64-bit Integer} , respectively.

References to LabVIEW NXG internal objects , such as files and queues, are treated as signed 64-bit integers. They are not usable inside of TestStand.

LabVIEW NXG Ring controls are also mapped to Numeric parameters in TestStand.

See Also

LabVIEW NXG Data Types in TestStand

Mapping Parameters

References