Tspnet.write() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Series 3700A System Switch/Multimeter Reference Manual

tspnet.write()

This function writes a string to the remote instrument.
Type
TSP-Link accessible
Function
No
Usage
tspnet.write(connectionID, "inputString")
connectionID
inputString
Details
The tspnet.write() function sends inputString to the remote instrument. It does not wait for
command completion on the remote instrument.
The Series 3700A 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")
Also see
tspnet.connect()
tspnet.read()
3700AS-901-01 Rev. D/June 2018
Affected by
The connection ID returned from tspnet.connect()
The string to be written
(on page 11-434)
(on page 11-438)
Section 11: TSP command reference
Where saved
Default value
Commands the remote instrument to execute
a command or script named runscript()
on a remote device identified in the system
as myID.
11-445

Advertisement

Table of Contents
loading

Table of Contents