LabVIEWNXGParameter.PassAsBinaryString

Syntax

LabVIEWNXGParameter.PassAsBinaryString

Data Type

Boolean

Purpose

Specifies if TestStand preserves NUL bytes when setting and getting LabVIEW NXG string data.

Remarks

This property applies only when the LabVIEWNXGParameter.Category property of the parameter is LVParamCategory_String or LVParamCategory_StringArray and the LabVIEWNXGParameter.Type property of the parameter is LabVIEWNXGParamType_String .

When this property is False , the LabVIEW NXG Adapter treats strings as C-style strings with a NUL character to indicate the end of the string. C-strings cannot contain binary data.

Call the PropertyObject.GetValBinary method on the variable that stores the binary string to retrieve the raw data in TestStand when the binary data is compressed.

See Also

LabVIEWNXGParameter.Category

LabVIEWNXGParameter.Type

LabVIEWNXGParameterCategories

LabVIEWNXGParameterTypes

PropertyObject.GetValBinary