Keysight VISA.NET Help
Write(String) Method



The string to be added to the formatted I/O write buffer.
Converts the specified string to an ASCII string and appends it to the formatted I/O write buffer.
Syntax
'Declaration
 
Overloads Sub Write( _
   ByVal data As String _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As String
 
instance.Write(data)
void Write( 
   string data
)
void Write( 
   String^ data
) 

Parameters

data
The string to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025