Section 7: TSP command reference
Model 2657A High Power System SourceMeter® Instrument Reference Manual
7-108
2657A-901-01 Rev. B/December 2012
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-104)
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.
Example
lan.applysettings()
Re-initialize the LAN interface with new settings.
Also see
None
NOTE
Summary of Contents for 2657A
Page 3: ......