Keysight VISA.NET Help
SkipUntilEnd Method



Discards the entire formatted I/O read buffer. If the previous formatted I/O buffer did not include an END or termination character, this method reads from the device until an END or termination character is encountered and discards the data.
Syntax
'Declaration
 
Sub SkipUntilEnd() 
'Usage
 
Dim instance As IMessageBasedFormattedIO
 
instance.SkipUntilEnd()
void SkipUntilEnd()
void SkipUntilEnd(); 
Remarks

The SkipUntilEnd() method exhibits the same behavior as Scanf("%*t"), 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