Keysight VISA.NET Help
WriteLine(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. Appends a newline (0xA) to the formatted I/O write buffer, flushes the buffer, and sends an END with the buffer if required.
Syntax
'Declaration
 
Overloads Sub WriteLine( _
   ByVal data As Char _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As Char
 
instance.WriteLine(data)
void WriteLine( 
   char data
)
void WriteLine( 
   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