Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-390 2601B-PULSE-901-01A April 2020
tspnet.write()
This function writes a string to the remote instrument.
Usage
tspnet.write(connectionID, "inputString")
The connection ID returned from tspnet.connect()
Details
The tspnet.write() function sends inputString to the remote instrument. It does not wait for
command completion on the remote instrument.
The 2601B-PULSE 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
tspnet.connect() (on page 11-380)
tspnet.read() (on page 11-383)
userstring.add()
This function adds a user-defined string to nonvolatile memory.
Usage
userstring.add("name", "value")
The name of the string; the key of the key-value pair
The string to associate with name; the value of the key-value pair