Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-60
707B-901-01 Rev. A / August 2010
Also see
(on page 7-62)
(on page 3-1)
a
digio.trigger[N].overrun
Use this attribute to read the event detector overrun status.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
System reset
Digital I/O trigger reset
Not saved
Not applicable
Usage
overrun = digio.trigger[N].overrun
overrun
Trigger overrun state (
true
or
false
)
N
Digital I/O trigger line (1 to 14)
Details
If this is
true
, an event was 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 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 = digio.trigger[1].overrun
print(overrun)
If there is no trigger overrun, this returns:
false
Also see
(on page 7-62)
digio.trigger[N].pulsewidth
This attribute describes the length of time that the trigger line is asserted for output triggers.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
System reset
Digital I/O trigger reset
Create
configuration script
10e-6