Section 14: TSP command reference
2470 High Voltage SourceMeter Instrument Reference Manual
14-288
2470-901-01 Rev. A /
May
2019
Details
The
tspnet.write()
function sends
inputString
to the remote instrument. It does not wait for
command completion on the remote instrument.
The 2470 sends
inputString
to the remote instrument exactly as indicated. The
inputString
must contain any necessary new lines, termination, or other syntax elements needed to complete
properly.
Because
tspnet.write()
does not process output from the remote instrument, do not send
commands that generate too much output without processing the output. This command can stop
executing if there is too much unprocessed output from previous commands.
Example
tspnet.write(myID, "runscript()\r\n")
Commands the remote instrument to execute
a command or script named
runscript()
on a remote device identified in the system
as
myID
.
Also see
(on page 14-277)
(on page 14-281)
upgrade.previous()
This function returns to a previous version of the 2470 firmware.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
upgrade.previous()
Details
This function allows you to revert to an earlier version of the firmware.
When you send this function, the instrument searches the USB flash drive in the front-panel USB port
for an upgrade file. If the file is found, the instrument performs the upgrade. An error is returned if an
upgrade file is not found.
Use this command with caution. Make sure your instrument can support the earlier version and that
there are no compatibility issues. Check with Keithley Instruments before using this command if you
have questions.
Also see
(on page 14-289)