Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-234
707B-901-01 Rev. A / August 2010
Example
ID = tspnet.connect("192.0.2.1")
tspnet.write(ID, "*idn?\r\n")
repeat
bytes = tspnet.readavailable(ID)
until bytes > 0
print(tspnet.read(ID))
tspnet.disconnect(ID)
Send commands that will create data.
Wait for data to be available.
Also see
tspnet.reset()
This function disconnects all TSP-Net sessions.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
tspnet.reset()
Details
This command disconnects all devices connected through TSP-Net. For TSP-enabled devices, this causes any
commands or scripts running remotely to be terminated.
Also see