Keithley 2600a series Reference Manual page 551

Sourcemeter
Table of Contents

Advertisement

Series 2600A System SourceMeter® Instruments Reference Manual
tspnet.timeout
Attribute
Sets timeout value for tspnet.connect(), tspnet.execute(), and tspnet.read()
commands.
Default
20
TSP-Link
This attribute can be accessed from a remote TSP-Link node.
accessibility
Usage
tspnet.timeout = seconds_value
seconds_value = tspnet.timeout
seconds_value
Remarks
• This setting sets the duration the tspnet.connnect, tspnet.read, and
tspnet.execute commands will wait for a response. The time is specified in seconds. The
default value is 5.0 seconds. The timeout may contain fractional seconds but is only accurate to
the nearest 10mS. The timeout may be between 0.0 and 30 seconds.
• Errors:
Invalid Timeout
Example
tspnet.timeout = 10.0
tspnet.tsp.abort
Function
Aborts remote instrument execution.
TSP-Link
This function can be accessed from a remote TSP-Link node.
accessibility
Usage
tspnet.tsp.abort(connection_id)
connection_id
Remarks
• This convenience command simply sends an "abort" string to the remote instrument.
• Errors:
Invalid Specified Connection
Connection Not Available
Write Failed
Example
tspnet.tsp.abort(myconnection)
2600AS-901-01 Rev. B / September 2008
Timeout value in seconds.
Integer value used as a handle for other tspnet
commands.
Return to
Section Topics
Section 19: Remote Commands
19-229

Advertisement

Table of Contents
loading

Table of Contents