High Voltage SourceMeter Instrument Reference Manual Section 14:
2470-901-01 Rev. A / May 2019 14-263
Also see
digio.writeport() (on page 14-56)
tsplink.line[N].mode (on page 14-271)
tsplink.line[N].reset() (on page 14-272)
trigger.tsplinkin[N].overrun
This attribute indicates if the event detector ignored an event while in the detected state.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (R) Yes Instrument reset
Recall setup
Not applicable Not applicable
Usage
overrun = trigger.tsplinkin[N].overrun
The trigger line (1 to 3)
Details
This command indicates whether an event has been 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 synchronization line itself.
It does not indicate if an overrun occurred in any other part of the trigger model, or in any other
construct that is monitoring the event. It also is not an indication of an output trigger overrun.
Example
print(trigger.tsplinkin[1].overrun)
If an event on line 1 was ignored, displays
true; if no additional event occurred,
displays false.
Also see
None