Keysight VISA.NET Help
ReadLineDouble Method



Read a real number from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. See Using Read Methods for detailed information.
Syntax
'Declaration
 
Function ReadLineDouble() As Double
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As Double
 
value = instance.ReadLineDouble()
double ReadLineDouble()
double ReadLineDouble(); 

Return Value

The real number read from the instrument.
Remarks

The ReadLineDouble method exhibits the same behavior as Scanf("g*T", out result ), which returns result.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025