Keysight VISA.NET Help
Write(Char) Method



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

Parameters

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

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025