Keysight VISA.NET Help
SkipString Method



The string to be skipped and discarded from the formatted I/O read buffer.
Skip and discard the exact string specified by data from the formatted I/O read buffer. Multiple whitespace characters in the read buffer may match a single whitespace in the data string. If data contains a % character, the method throws an argument exception. If data does not match the read buffer the method also throws an exception.
Syntax
'Declaration
 
Sub SkipString( _
   ByVal data As String _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As String
 
instance.SkipString(data)
void SkipString( 
   string data
)
void SkipString( 
   String^ data
) 

Parameters

data
The string to be skipped and discarded from the formatted I/O read buffer.
Remarks

The SkipString(String data) method exhibits the same behavior as Scanf(data, out dataRead), where the data read (in the dataRead parameter) is discarded.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025