Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-411
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 11-419)
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
scan.trigger.channel.stimulus = trigger.EVENT_ID
Sets the trigger stimulus of the channel
event detector to command an
interface trigger event.