Keysight VISA.NET Help
ReadLineListOfDouble() Method



Read a comma separated list of double precision reals from the formatted I/O read buffer and store them into the return array starting at index 0, then read and discard characters up to and including the next newline character.
Syntax
'Declaration
 
Overloads Function ReadLineListOfDouble() As Double()
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value() As Double
 
value = instance.ReadLineListOfDouble()
double[] ReadLineListOfDouble()
array<double>^ ReadLineListOfDouble(); 

Return Value

An array of double precision reals.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025