Keysight VISA.NET Help
Printf(String) Method



The string literal to be printed.
Print a string to the formatted I/O write buffer. See Using Printf for detailed information.
Syntax
'Declaration
 
Overloads Sub Printf( _
   ByVal data As String _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As String
 
instance.Printf(data)
void Printf( 
   string data
)
void Printf( 
   String^ data
) 

Parameters

data
The string literal to be printed.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025