Section 7: Command reference
Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-348
2651A-901-01 Rev. A / March 2011
Usage
nodeNumber
= tsplink.node
tsplink.node =
nodeNumber
nodeNumber
Set node to a number (1 to 64)
Details
This attribute sets the TSP-Link node number and saves the value in nonvolatile memory.
Changes to the node number do not take effect until the next time
tsplink.reset()
is executed on any node
in the system.
Each node connected to the TSP-Link must be assigned a different node number.
Example
tsplink.node = 2
Sets the TSP-Link node to number 2.
Also see
(on page 7-350)
tsplink.readbit()
This function reads the state of a TSP-Link synchronization line.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
data
= tsplink.readbit(
N
)
data
A custom variable that stores the state of the synchronization line
N
The trigger line (1 to 3)
Details
Returns a value of 0 if the line is low and 1 if the line is high.
Example
data = tsplink.readbit(3)
print(data)
Assume Line 3 is set high, and it is then read.
Output
1.00
Also see
(on page 7-349)