Keysight VISA.NET Help
ReadLineBinaryBlockOfDouble Method



See Using Read Methods for detailed information.
Overload List
OverloadDescription
ReadLineBinaryBlockOfDouble() Read an array of double precision reals from the formatted I/O read buffer, then read and discard characters up to and including the next newline character.  
ReadLineBinaryBlockOfDouble(Boolean) Read an array of double precision reals from the formatted I/O read buffer, then read and discard characters up to and including the next newline character.  
ReadLineBinaryBlockOfDouble(Double[],Int64)Read an array of double precision reals from the formatted I/O read buffer and store the elements into data starting at index. Then read and discard characters up to and including the next newline character.  
ReadLineBinaryBlockOfDouble(Double[],Int64,Boolean)Read an array of double precision reals from the formatted I/O read buffer and store the elements into data starting at index. Then read and discard characters up to and including the next newline character.  
Remarks

If BinaryEncoding = DefiniteLengthBlockData or BinaryEncoding = IndefiniteLengthBlockData: The ReadLineBinaryBlockOfDouble method exhibits the same behavior as Scanf("Zb*T" out result), which returns result.

If BinaryEncoding = RawBigEndian: The ReadLineBinaryBlockOfDouble method for raw big endian arrays and the corresponding Scanf format specifier (%!obZy) are not supported at this time.

If BinaryEncoding = RawLittleEndian: The ReadLineBinaryBlockOfDouble method for raw little endian arrays and the corresponding Scanf format specifier (%!olZy) are not supported at this time.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025