Keysight VISA.NET Help
ReadDouble Method



Read a real number from the formatted I/O read buffer. See Using Read Methods for detailed information.
Syntax
'Declaration
 
Function ReadDouble() As Double
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As Double
 
value = instance.ReadDouble()
double ReadDouble()
double ReadDouble(); 

Return Value

The real number read from the instrument.
Remarks

The ReadDouble method exhibits the same behavior as Scanf("%g", out result), which returns result.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025