LabVIEWAdapter.SetClusterMemberIsBinaryString
- Updated2024-10-09
- 1 minute(s) read
LabVIEWAdapter.SetClusterMemberIsBinaryString
Syntax
LabVIEWAdapter.SetClusterMemberIsBinaryString( typeDefinition, propertyLookupString, val)
Purpose
Specifies whether the cluster member that corresponds to the specified type definition property contains binary data.
Remarks
TestStand preserves NUL bytes when setting and getting LabVIEW string data for binary strings.
Parameters
typeDefinition As PropertyObject
[In] Specifies the type definition. This method returns an error if the property object is not a type definition.
propertyLookupString As String
[In] Specifies the location of the property in the type definition.
val As Boolean
[In] Pass True to specify that the cluster member is a binary string.
See Also
LabVIEWAdapter.GetClusterMemberIsBinaryString