Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-47
digio.trigger[N].overrun
This attribute returns the event detector overrun status.
Instrument reset
Digital I/O trigger N clear
Digital I/O trigger N reset
Recall setup
Usage
overrun = digio.trigger[N].overrun
Trigger overrun state (true or false)
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].clear() (on page 11-44)
digio.trigger[N].reset() (on page 11-49)
digio.trigger[N].pulsewidth
This attribute describes the length of time that the trigger line is asserted for output triggers.
Instrument reset
Digital I/O trigger N reset
Recall setup
Usage
width = digio.trigger[N].pulsewidth
digio.trigger[N].pulsewidth = width
The pulse width (seconds)
Digital I/O trigger line (1 to 14)