Numeric Parameters - LabVIEW VI Call Parameters

Numeric Parameters

The LabVIEW Adapter supports all of the LabVIEW numeric data types. Some numeric data types require special handling. Extended precision data types are stored as doubles since there is no equivalent data type in TestStand. 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 of the real parts and the second array holds all of 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 internal objects , such as files and queues, are treated as unsigned longs. They are not usable inside of TestStand.

When you select a numeric parameter that accepts an enumerated type , the Value column becomes a combo box from which you can select elements of the enumeration.

See Also

Enumeration Parameters

LabVIEW Data Types in TestStand

Mapping Parameters

References