Keysight VISA.NET Help
ReadUntilMatch(Char) Method



A character that ends the string to be read.
Read characters from the formatted I/O read buffer until the character specified by ch is matched. This method does consume and discard the matching character.
Syntax
'Declaration
 
Overloads Function ReadUntilMatch( _
   ByVal ch As Char _
) As String
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim ch As Char
Dim value As String
 
value = instance.ReadUntilMatch(ch)
string ReadUntilMatch( 
   char ch
)
String^ ReadUntilMatch( 
   char ch
) 

Parameters

ch
A character that ends the string to be read.

Return Value

The string read from the buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025