Keysight VISA.NET Help
WriteLine(UInt64) Method



The integer to be converted and added to the formatted I/O write buffer.
Converts the specified unsigned 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
 
<CLSCompliantAttribute(False)>
Overloads Sub WriteLine( _
   ByVal data As ULong _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As ULong
 
instance.WriteLine(data)
[CLSCompliant(false)]
void WriteLine( 
   ulong data
)
[CLSCompliant(false)]
void WriteLine( 
   ulong 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