Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-121
lan.trigger[N].overrun
This attribute describes event detector overrun status.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
overrun = lan.trigger[N].overrun
overrun
The trigger overrun state for the specified LAN packet (
true
or
false
)
N
The LAN event number (1 to 8)
Details
This attribute 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. Output trigger overrun indications are provided in the
status model.
Example
overrun = lan.trigger[5].overrun
print(overrun)
Checks the overrun status of a trigger with LAN
packet 5 and return the value, such as:
false
Also see
(on page 7-115)
(on page 7-123)