Model 2651A High Power System SourceMeter® Instrument Reference Manual Section 7: Command reference
2651A-901-01 Rev. A / March 2011 7-335
Also see
trigger.blender[N].reset() (on page 7-335)
trigger.blender[N].overrun
This attribute indicates whether or not an event was ignored because of the event detector state.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (R) Yes Instrument reset
Trigger blender N clear
Trigger blender N reset
Not applicable Not applicable
Usage
overrun = trigger.blender[N].overrun
overrun
Trigger blender overrun state
N
The trigger event blender (1 to 4)
Details
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 that is built into the event blender itself.
This attribute does not indicate if an overrun occurred in any other part of the trigger model or in any other trigger
object that is monitoring the event. It also is not an indication of an action overrun.
Example
print(trigger.blender[1].overrun)
If an event was ignored, the output
is true; If an event was not ignored,
the output is false.
Also see
trigger.blender[N].reset() (on page 7-335)
trigger.blender[N].reset()
This function resets some of the trigger blender settings to their factory defaults.
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
trigger.blender[N].reset()
N
The trigger event blender (1 or 2)