| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadLineBinaryBlockOfDouble Method |
| Overload | Description |
|---|---|
| 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. |
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.
Current with Keysight IO Libraries Suite 18