Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-350 2601B-PULSE-901-01A April 2020
Also see
timer.measure.t() (on page 11-349)
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 six)
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 six)
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.
Also see
None