Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-222
707B-901-01 Rev. B / January 2015
Also see
(on page 7-61)
(on page 7-62)
(on page 7-219)
(on page 7-219)
(on page 7-222)
(on page 7-224)
(on page 7-225)
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
Recall setup
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
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(tsplink.trigger[1].overrun)
If an event was ignored, displays
true
; if an event was not ignored,
displays
false
.
Also see
(on page 7-219)
(on page 7-219)
(on page 7-220)
(on page 7-224)
(on page 7-225)