Keysight VISA.NET Help
ReadString(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 characters into the return string, or until an END indicator or termination character is reached, whichever comes first.
Syntax
'Declaration
 
Overloads Function ReadString( _
   ByVal count As Long, _
   ByRef readStatus As ReadStatus _
) As String
'Usage
 
Dim instance As IMessageBasedRawIO
Dim count As Long
Dim readStatus As ReadStatus
Dim value As String
 
value = instance.ReadString(count, readStatus)
string ReadString( 
   long count,
   out ReadStatus readStatus
)
String^ ReadString( 
   int64 count,
   [Out] ReadStatus 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

The string read during the read operation.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025