Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-56
2600BS-901-01 Rev. C / August 2016
Details
The event detector of a trigger enters the detected state when an event is detected. It is cleared when
digio.trigger[
N
].wait()
or
digio.trigger[
N
].clear()
is called.
digio.trigger[
N
].clear()
clears the event detector of the specified trigger line, discards the
history of the trigger line, and clears the
digio.trigger[
N
].overrun
attribute.
Example
digio.trigger[2].clear()
Clears the trigger event detector on I/O line 2.
Also see
(on page 7-63)
digio.trigger[N].EVENT_ID
This constant identifies the trigger event generated by the digital I/O line N. This constant is not available on the
Models 2604B/2614B/2634B.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Constant
Yes
Usage
eventID
= digio.trigger[
N
].EVENT_ID
eventID
The trigger event number
N
Digital I/O trigger line (1 to 14)
Details
To have another trigger object respond to trigger events generated by the trigger line, set the other
object's stimulus attribute to the value of this constant.
Example 1
digio.trigger[5].stimulus = digio.trigger[3].EVENT_ID
Uses a trigger event on digital I/O
trigger line 3 to be the stimulus for
digital I/O trigger line 5.
Also see
None
digio.trigger[N].mode
This attribute sets the mode in which the trigger event detector and the output trigger generator operate on the
given trigger line. This attribute is not available on the Models 2604B/2614B/2634B.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Instrument reset
Digital I/O trigger
N
reset
Recall setup
Not saved
0
(digio.TRIG_BYPASS)