![Keithley SourceMeter 2600B Series Reference Manual Download Page 459](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220459.webp)
Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-120
2600BS-901-01 Rev. C / August 2016
Details
The path of the file to open may be absolute or relative to the current working directory.
When accessed from a remote node using the TSP-Link network, this command does not accept a
file descriptor parameter and does not return a value.
If the function fails, an error message is returned.
Also see
(on page 7-118)
(on page 7-119)
io.read()
This function reads data from the default input file.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
data1
= io.read()
data1
= io.read(
format1
)
data1, data2
= io.read(
format1, format2
)
data1, ..., dataN
= io.read(
format1, ..., formatN
)
data1
The data read from the file
data2
The data read from the file
dataN
The data read from the file; the number of return values matches the number
of format values given
format1
A string or number indicating the type of data to be read
format2
A string or number indicating the type of data to be read
formatN
A string or number indicating the type of data to be read
...
One or more entries (or values) separated by commas