| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadLineBinaryBlockOfSingle Method |
| Overload | Description |
|---|---|
| ReadLineBinaryBlockOfSingle() | Read an array of single precision reals from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfSingle(Boolean) | Read an array of single precision reals from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfSingle(Single[],Int64) | Read an array of single 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. |
| ReadLineBinaryBlockOfSingle(Single[],Int64,Boolean) | Read an array of single 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 ReadLineBinaryBlockOfSingle method exhibits the same behavior as Scanf("zb*T" out result), which returns result.
If BinaryEncoding = RawBigEndian: The ReadLineBinaryBlockOfSingle 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