Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-385
Sets the TSP-Link node for this instrument to number 3.
Also see
tsplink.reset() (on page 9-386)
tsplink.state (on page 9-387)
tsplink.readbit()
This function reads the state of a TSP-Link synchronization line. This command is not available on the 2604B,
2614B, or 2634B.
Usage
data = tsplink.readbit(N)
The state of the synchronization line
The trigger line (1 to 3)
Details
Returns a value of zero (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.000000e+00
Also see
tsplink.readport() (on page 9-385)
tsplink.writebit() (on page 9-396)
tsplink.readport()
This function reads the TSP-Link trigger lines as a digital I/O port. This command is not available on the 2604B,
2614B, or 2634B.
Usage
data = tsplink.readport()
Numeric value that indicates which lines are set