7: TSP command reference Series 2600B System SourceMeter® Instrument
7-122 2600BS-901-01 Rev. C / August 2016
Usage
io.write()
io.write(data1)
io.write(data1, data2)
io.write(data1, ..., dataN)
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
io.flush() (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
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.