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