![Keithley SourceMeter 2600B Series Reference Manual Download Page 461](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220461.webp)
Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-122
2600BS-901-01 Rev. C / August 2016
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.
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-117)
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()
Details
Disconnects all existing LAN connections to the instrument and re-initializes the LAN with the present
configuration settings.
This function initiates a background operation. LAN configuration could be a lengthy operation.
Although the function returns immediately, the LAN initialization continues to run in the background.
Even though the LAN configuration settings may not have changed since the LAN was last
connected, new settings may take effect due to the dynamic nature of dynamic host configuration
protocol (DHCP) or dynamic link local addressing (DLLA) configuration.
Re-initialization takes effect even if the configuration has not changed since the last time the
instrument connected to the LAN.