Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-55
Example
data = digio.readport()
print(data)
Assume lines 2, 4, 6, and 8 are set high when
the I/O port is read.
Output:
1.02
This is binary 10101010
Also see
(on page 7-54)
(on page 7-64)
(on page 7-64)
digio.trigger[N].assert()
This function asserts a trigger on one of the digital I/O lines. This function is not available on the Models
2604B/2614B/2634B.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
digio.trigger[
N
].assert()
N
Digital I/O trigger line (1 to 14)
Details
The set pulsewidth determines how long the trigger is asserted.
Example
digio.trigger[2].assert()
Asserts a trigger on digital I/O line 2.
Also see
digio.trigger[N].clear()
This function clears the trigger event on a digital I/O line. This function is not available on the Models
2604B/2614B/2634B.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
digio.trigger[
N
].clear()
N
Digital I/O trigger line (1 to 14)