Keysight VISA.NET Help
Read(Int64,ReadStatus) Method



The maximum number of bytes to read.
A status that indicates whether an END indicator or termination character terminated the read operation.
Read count bytes, or until an END indicator or termination character is reached, whichever comes first.
Syntax
'Declaration
 
Overloads Function Read( _
   ByVal count As Long, _
   ByRef readStatus As ReadStatus _
) As Byte()
'Usage
 
Dim instance As IMessageBasedRawIO
Dim count As Long
Dim readStatus As ReadStatus
Dim value() As Byte
 
value = instance.Read(count, readStatus)

Parameters

count
The maximum number of bytes to read.
readStatus
A status that indicates whether an END indicator or termination character terminated the read operation.

Return Value

An array of the bytes read.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025