Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-335
Example
trigger.timer[4].reset()
trigger.timer[4].delay = 0.5
trigger.timer[4].start.stimulus = trigger.EVENT_NOTIFY8
trigger.timer[4].start.generate = trigger.OFF
trigger.timer[4].count = 20
trigger.timer[4].enable = trigger.ON
Reset trigger timer 4.
Set trigger timer 4 to have a 0.5 s delay.
Set the stimulus for trigger timer 4 to be the notify 8 event.
Set the trigger timer 4 stimulus to off.
Set the trigger timer 4 count to 20.
Enable trigger timer 4.
Also see
(on page 8-333)
trigger.timer[N].start.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
Trigger timer
N
reset
Not applicable
Not applicable
Usage
state
= trigger.timer[
N
].start.overrun
state
The trigger overrun state (
true
or
false
)
N
Trigger timer number (1 to 4)
Details
This command 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].start.overrun)
If an event was ignored, the output
is
true
.
If the event was not ignored, the
output is
false
.
Also see
(on page 8-333)