8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
8-360 DMM7510-901-01 Rev. B / May 2015
Example
deviceID = tspnet.connect("192.0.2.1")
if deviceID then
tspnet.termination(deviceID, tspnet.TERM_LF)
Sets termination type for IP address
192.0.2.1 to TERM_LF.
Also see
tspnet.connect() (on page 8-354)
tspnet.disconnect() (on page 8-355)
tspnet.timeout
This attribute sets the timeout value for the tspnet.connect(), tspnet.execute(), and tspnet.read()
commands.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Usage
value = tspnet.timeout
tspnet.timeout = value
The timeout duration in seconds (0.001 to 30.0 s)
Details
This attribute sets the amount of time the tspnet.connect(), tspnet.execute(), and
tspnet.read() commands will wait for a response.
The time is specified in seconds. The timeout may be specified to millisecond resolution, but is only
accurate to the nearest 10 ms.
Example
Sets the timeout duration to 2 s.
Also see
tspnet.connect() (on page 8-354)
tspnet.execute() (on page 8-355)
tspnet.read() (on page 8-357)