Keysight VISA.NET Help
PrintfAndFlush(String) Method



The string literal to be printed.
Print a string to the formatted I/O write buffer, then send the buffer contents to the device with a newline character and flush the buffer. See Using Printf for detailed information.
Syntax
'Declaration
 
Overloads Sub PrintfAndFlush( _
   ByVal data As String _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As String
 
instance.PrintfAndFlush(data)
void PrintfAndFlush( 
   string data
)
void PrintfAndFlush( 
   String^ data
) 

Parameters

data
The string literal to be printed.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025