Section 9
:
Instrument Control Library (ICL)
Series 3700 System Switch/Multimeter Reference Manual
9-216
Document Number: 3700S-901-01 Rev. A / August 2007
trigger.wait
Example
Waits up to 10 seconds for a trigger:
triggered = trigger.wait(10)
print(triggered)
Output: false
The above output indicates that no trigger was detected during the 10 second timeout.
trigger.blender
Use the functions in this group to control event blender triggering.
trigger.blender[N].clear
Function
This function clears and resets the blender.
Usage
trigger.blender[N].clear()
N
: (In) The trigger line (1
–2).
trigger.blender[N].orenable
Attribute
Set acceptor attribute.
Usage
To read the trigger blender acceptor mode:
orenable = trigger.blender[N].orenable
To write the trigger blender acceptor mode:
trigger.blender[N].orenable = orenable
orenable
: Measure count value presently being used or to set
N
: (In) The trigger line (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.
Usage
overrun = trigger.blender[N].overrun
N
: (In) The trigger line (1
–2).
overrun
: (Out) Trigger overrun state.