| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadListOfDouble Method |
| Overload | Description |
|---|---|
| ReadListOfDouble(Int64) | Read a comma separated list of double precision reals from the formatted I/O read buffer and store a maximum of count elements into the return array starting at index 0. |
| ReadListOfDouble(Double[],Int64,Int64) | Read a comma separated list of double precision reals from the formatted I/O read buffer and store a maximum of count elements into data starting at index. |
The ReadListOfDouble method exhibits the same behavior as Scanf("%,g", out result ), which returns result.
Current with Keysight IO Libraries Suite 18