Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-210
707B-901-01 Rev. A / August 2010
Details
This constant is an identification number that identifies events generated by this timer.
Set the stimulus of any trigger event detector to the value of this constant to have it respond to events from this
timer.
Also see
None
trigger.timer[N].overrun
This attribute indicates if an event was ignored because of the event detector state.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
System reset
Trigger timer N reset
Not applicable
false
Usage
overrun = trigger.timer[N].overrun
overrun
Trigger overrun state
N
Trigger timer value (1 to 4)
Details
This attribute indicates if 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 timer 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 delay completion
event. It also is not an indication of a delay overrun.
Example
print(trigger.timer[1].overrun)
If an event was ignored, the output
is
true
; if the event was not
ignored, the output is
false
.
Also see