System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. C / August 2016 7-385
Example
data = tsplink.readport()
print(data)
Reads state of all three TSP-Link lines.
Assuming line 2 is set high, the output is:
2.000000e+00
(binary 010)
The format of the output may vary depending on the
Also see
TSP-Link synchronization lines (on page 3-89)
tsplink.readbit() (on page 7-384)
tsplink.writebit() (on page 7-396) TSP-Link synchronization lines (on page 3-89)
tsplink.readbit() (on page 7-384)
tsplink.writebit() (on page 7-396)
tsplink.writeport() (on page 7-397)
tsplink.reset()
This function initializes (resets) all nodes (instruments) in the TSP-Link system. This function is not available on
the Models 2604B/2614B/2634B.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
nodesFound = tsplink.reset()
nodesFound = tsplink.reset(expectedNodes)
The number of nodes actually found on the system
The number of nodes expected on the system (1 to 64)