Keysight VISA.NET Help
ReadLineBinaryBlockOfUInt16() Method



Read an array of unsigned 16-bit integers from the formatted I/O read buffer, then read and discard characters up to and including the next newline character.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Function ReadLineBinaryBlockOfUInt16() As UShort()
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value() As UShort
 
value = instance.ReadLineBinaryBlockOfUInt16()
[CLSCompliant(false)]
ushort[] ReadLineBinaryBlockOfUInt16()
[CLSCompliant(false)]
array<ushort>^ ReadLineBinaryBlockOfUInt16(); 

Return Value

An array of unsigned 16-bit integers.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025