Keysight VISA.NET Help
ReadString(StringBuilder) Method



A string read from the instrument.
Read a string from the formatted I/O read buffer. The method stops reading characters when it encounters a whitespace character or an END.
Syntax
'Declaration
 
Overloads Function ReadString( _
   ByVal data As StringBuilder _
) As Integer
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As StringBuilder
Dim value As Integer
 
value = instance.ReadString(data)
int ReadString( 
   StringBuilder data
)
int ReadString( 
   StringBuilder^ data
) 

Parameters

data
A string read from the instrument.

Return Value

The number of characters returned in the string.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025