Keysight VISA.NET Help
ReadBinaryBlockOfSingle Method



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

If BinaryEncoding = RawBigEndian or BinaryEncoding = RawLittleEndian: The ReadBinaryBlockOfSingle method for raw big endian arrays or raw little endian arrays and the corresponding Scanf format specifier (%!obzy or %!olzy) are not supported at this time.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025