Keysight VISA.NET Help
Skip Method



The number of characters to be discarded.
Discard the specified number of characters from the formatted I/O read buffer.
Syntax
'Declaration
 
Sub Skip( _
   ByVal count As Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim count As Long
 
instance.Skip(count)
void Skip( 
   long count
)
void Skip( 
   int64 count
) 

Parameters

count
The number of characters to be discarded.
Remarks

The Skip(Int64 count) method exhibits the same behavior as Scanf("%*<count>c"), where the data read is discarded as indicated by the '*' flag.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025