Keysight VISA.NET Help
Write(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.
Syntax
'Declaration
 
Overloads Sub Write( _
   ByVal data As Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As Long
 
instance.Write(data)
void Write( 
   long data
)
void Write( 
   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