Model 2651A High Power System SourceMeter® Instrument Reference Manual Section 7: Command reference
2651A-901-01 Rev. A / March 2011 7-47
Example
digio.trigger[4].mode = 2
Sets the trigger mode for I/O Line 4 to
digio.TRIG_RISING.
Also see
digio.trigger[N].reset() (on page 7-49)
digio.writebit() (on page 7-51)
digio.writeport()
(on page 7-52)
Sweep operation
(on page 3-19)
a
digio.trigger[N].overrun
Use this attribute to read the event detector overrun status.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (R) Yes Instrument reset
Digital I/O trigger N clear
Digital I/O trigger N reset
Not saved Not applicable
Usage
overrun = digio.trigger[N].overrun
overrun
Trigger overrun state (true or false)
N
Digital I/O trigger line (1 to 14)
Details
If this is true, an event was ignored because the event detector was already in the detected state when the
event occurred.
This is an indication of the state of the event detector built into the line itself. It does not indicate if an overrun
occurred in any other part of the trigger model or in any other detector that is monitoring the event.
Example
overrun = digio.trigger[1].overrun
print(overrun)
If there is no trigger overrun, the following
text is output:
false
Also see
digio.trigger[N].reset() (on page 7-49)