User manual
Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-288 3700S-901-01 Rev. C / July 2008
trigger.blender[N].orenable
Attribute
Set orenable attribute for the blender.
Usage
To read the trigger blender orenable mode:
orenable = trigger.blender[N].orenable
To write the trigger blender orenable mode:
trigger.blender[N].orenable = orenable
orenable: The desired orenable mode (true/false)
N: The trigger blender (1–2).
Remarks
This attribute selects whether the blender will wait for any one event (or-mode) or will
wait for all selected events (and-mode) before signaling an output event.
Set this attribute to true for or-mode.
Set this attribute to false for and-mode.
trigger.blender[N].overrun
Attribute
This attribute provides the event detector overrun status for a blender.
Usage
overrun = trigger.blender[N].overrun
N: The trigger blender (1–2).
overrun: Trigger overrun state for blender.
Remarks
This attribute is a read-only attribute that 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 event blender itself.
This attribute 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 event overrun.
trigger.blender[N].stimulus[M]
Attribute
This attribute provides event detector trigger selection.
Usage
To read blender and trigger stimulus event:
eventid = trigger.blender[N].stimulus[M]
To write blender and trigger stimulus event:
trigger.blender[N].stimulus[M] = eventid
N: Event blender number (1–2).
M: Trigger stimulus event (1-4).
eventid: Event to trigger the stimulus action.