Model 2651A High Power System SourceMeter® Instrument Reference Manual
Section 7: Command reference
2651A-901-01 Rev. A / March 2011
7-103
Also see
(on page 7-100)
io.write()
This function writes data to the default output file.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
io.write()
io.write(
data1
)
io.write(
data1, data2
)
io.write(
data1, ..., dataN
)
data1
The data to be written
data2
The data to be written
dataN
The data to be written
...
One or more values separated by commas
Details
All data parameters must be either strings or numbers.
NOTE
Data is not immediately written to a file when you use the
io.write()
function. The
io.write()
function buffers data; it may not be written to the USB drive immediately. Use the
io.flush()
function to immediately write buffered data to the drive.
Also see
(on page 7-99)
lan.applysettings()
This function re-initializes the LAN interface with new settings.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
lan.applysettings()