14: TSP command reference 2470 High Voltage SourceMeter Instrument
14-200 2470-901-01 Rev. A / May 2019
trigger.digin[N].overrun
This attribute returns the event detector overrun status.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (R) Yes Digital I/O trigger N clear
N
Not applicable Not applicable
Usage
overrun = trigger.digin[N].overrun
Trigger overrun state (true or false)
Digital I/O trigger line (1 to 6)
Details
If this is true, an event was ignored because the event detector was already in the detected state
w
hen 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 = trigger.digin[1].overrun
print(overrun)
If there is no trigger overrun on digital
input 1, the output is:
Also see
digio.line[N].mode (on page 14-52)
digio.line[N].reset() (on page 14-53)
Digital I/O port configuration (on page 8-13)
trigger.digin[N].clear() (on page 14-198)
trigger.digin[N].wait()
This function waits for a trigger.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
triggered = trigger.digin[N].wait(timeout)
Trigger detected: true
No triggers detected during the timeout period: false
Digital I/O trigger line (1 to 6)