Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-406 3700AS-901-01 Rev. D/June 2018
trigger.blender[N].clear()
This function clears the blender event detector and resets the overrun indicator of blender N.
Usage
trigger.blender[N].clear()
The blender number (up to two)
Details
This command sets the blender event detector to the undetected state and resets the overrun
indicator of the event detector.
Example
trigger.blender[2].clear()
Clears the event detector for blender 2.
Also see
None
trigger.blender[N].EVENT_ID
This constant contains the trigger blender event number.
Usage
eventID = trigger.blender[N].EVENT_ID
The blender number (up to two)
Details
Set the stimulus of any trigger object to the value of this constant to have the trigger object respond to
trigger events from this trigger blender.
Example
digio.trigger[1].stimulus = trigger.blender[2].EVENT_ID
Set the trigger stimulus of
digital I/O trigger 1 to be
controlled by the trigger
blender 2 event.