Keysight VISA.NET Help
ReadBinaryBlockOfDouble Method



See Using Read Methods for detailed information.
Overload List
OverloadDescription
ReadBinaryBlockOfDouble() Read an array of double precision reals from the formatted I/O read buffer.  
ReadBinaryBlockOfDouble(Boolean) Read an array of double precision reals from the formatted I/O read buffer.  
ReadBinaryBlockOfDouble(Double[],Int64,Int64)Read an array of double precision reals from the formatted I/O read buffer and store a maximum of count elements into data starting at index  
ReadBinaryBlockOfDouble(Double[],Int64,Int64,Boolean)Read an array of double precision reals 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 ReadBinaryBlockOfDouble method exhibits the same behavior as Scanf("%Zb", out result ), which returns result.

If BinaryEncoding = RawBigEndian or BinaryEncoding = RawLittleEndian: The ReadBinaryBlockOfDouble method for raw big endian arrays or raw little endian arrays and the corresponding Scanf format specifiers (%!obZy or %!olZy) are not supported at this time.

 

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025