Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference3700AS-901-01 Rev. D/June 2018 11-117digio.trigger[N].clear()This function clears the trigger event on a digital I/O line.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagedigio.trigger[N].clear()N Digital I/O trigger line (1 to 14)DetailsThe event detector of a trigger enters the detected state when an event is detected. It is cleared whendigio.trigger[N].wait() or digio.trigger[N].clear() is called.digio.trigger[N].clear() clears the event detector of the specified trigger line, discards thehistory of the trigger line, and clears the digio.trigger[N].overrun attribute.Exampledigio.trigger[2].clear() Clears the trigger event detector on I/O line 2.Also seedigio.trigger[N].overrun (on page 11-119)digio.trigger[N].wait() (on page 11-124)digio.trigger[N].EVENT_IDThis constant identifies the trigger event generated by the digital I/O line N.Type TSP-Link accessible Affected by Where saved Default valueConstant YesUsageeventID = digio.trigger[N].EVENT_IDeventID The trigger event numberN Digital I/O trigger line (1 to 14)DetailsTo have another trigger object respond to trigger events generated by the trigger line, set the otherobject's stimulus attribute to the value of this constant.Example 1digio.trigger[5].stimulus = digio.trigger[3].EVENT_ID Uses a trigger event on digital I/Otrigger line 3 to be the stimulus fordigital I/O trigger line 5.