Keysight VISA.NET Help
WriteLine(Double) Method



The real number to be converted and added to the formatted I/O write buffer.
Converts the specified real number to an ASCII string 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 Double _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As Double
 
instance.WriteLine(data)
void WriteLine( 
   double data
)
void WriteLine( 
   double data
) 

Parameters

data
The real number to be converted and added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025