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