Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-387
nodesFound = tsplink.reset(2)
print("Nodes found = " .. nodesFound)
Perform a TSP-Link reset and indicate how many nodes are found.
Sample output if two nodes are found:
Nodes found = 2
Sample output if fewer nodes are found and if localnode.showerrors = 1:
1219, TSP-Link found fewer nodes than expected
Nodes found = 1
Also see
localnode.showerrors (on page 9-162)
tsplink.node (on page 9-384)
tsplink.state (on page 9-387)
tsplink.state
This attribute describes the TSP-Link online state. This command is not available on the 2604B, 2614B, or 2634B.
Usage
state = tsplink.state
TSP-Link state (online or offline)
Details
When the instrument power is first turned on, the state is offline. After tsplink.reset() is
successful, the state is online.
Example
state = tsplink.state
print(state)
Read the state of the TSP-Link system. If it is online, the output is:
online
Also see
tsplink.node (on page 9-384)
tsplink.reset() (on page 9-386)