Keysight VISA.NET Help
ReadLineBinaryBlockOfSingle Method



See Using Read Methods for detailed information.
Overload List
OverloadDescription
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.  
Remarks

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.

 

 

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025