Section 7: Command reference
Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-354
2651A-901-01 Rev. A / March 2011
Also see
(on page 7-351)
(on page 7-355)
(on page 7-356)
(on page 7-358)
tsplink.trigger[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
TSP-Link trigger N clear
TSP-Link trigger N reset
Not applicable
Not applicable
Usage
overrun
= tsplink.trigger[
N
].overrun
overrun
Trigger overrun state
N
The trigger line (1 to 3)
Details
Indicates that an event was ignored because the event detector was in the detected state when the event was
detected.
Indicates the overrun state of the event detector built into the line itself.
It does not indicate whether an overrun occurred in any other part of the trigger model or in any other detector
that is monitoring the event.
It does not indicate output trigger overrun.
Example
print(tsplink.trigger[1].overrun)
If an event was ignored, displays
true
; if an event was not ignored,
displays
false
.