Keysight VISA.NET Help
ReadBinaryBlockOfInt16 Method



See Using Read Methods for detailed information.
Overload List
OverloadDescription
ReadBinaryBlockOfInt16() Read an array of signed 16-bit integers from the formatted I/O read buffer.  
ReadBinaryBlockOfInt16(Boolean) Read an array of signed 16-bit integers from the formatted I/O read buffer.  
ReadBinaryBlockOfInt16(Int16[],Int64,Int64)Read an array of signed 16-bit integers from the formatted I/O read buffer and store a maximum of count elements into data starting at index.  
ReadBinaryBlockOfInt16(Int16[],Int64,Int64,Boolean)Read an array of signed 16-bit integers from the formatted I/O read buffer and store a maximum of count elements into data starting at index.  
Remarks

If BinaryEncoding = DefiniteLengthBlockData or BinaryEncoding = IndefiniteLengthBlockData: The ReadBinaryBlockOfInt16 method exhibits the same behavior as Scanf("%hb", out result ), which returns result.

If BinaryEncoding = RawBigEndian: The ReadBinaryBlockOfInt16 method exhibits the same behavior as Scanf("%!obhy", out result ), which returns result.

If BinaryEncoding = RawLittleEndian: The ReadBinaryBlockOfInt16 method exhibits the same behavior as Scanf("%!olhy", out result ), which returns result.

 

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025