Keysight VISA.NET Help
WriteLine(Int64) Method



The integer to be converted and added to the formatted I/O write buffer.
Converts the specified signed integer 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 Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As Long
 
instance.WriteLine(data)
void WriteLine( 
   long data
)
void WriteLine( 
   int64 data
) 

Parameters

data
The integer 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