Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-373
Also see
trigger.blender[N].clear() (on page 9-368)
trigger.clear()
This function clears the command interface trigger event detector.
Usage
trigger.clear()
Details
The trigger event detector indicates if a trigger event has been detected since the last
trigger.wait() call. trigger.clear() clears the trigger event detector and discards the history
of command interface trigger events.
Also see
trigger.wait() (on page 9-382)
trigger.EVENT_ID
This constant contains the command interface trigger event number.
Usage
eventID = trigger.EVENT_ID
The event ID for the command interface triggers
Details
You can set the stimulus of any trigger object to the value of this constant to have the trigger object
respond to command interface trigger events.
Example
trigger.timer[1].stimulus = trigger.EVENT_ID
Sets the trigger stimulus of trigger timer 1 to the command interface trigger event.