2600S-901-01 Rev. C / January 2008 Return to Section Topics 12-19
Series 2600 System SourceMeter® Instruments Reference Manual Section 12: Instrument Control Library
digio.trigger[N].assert
Replace N with the number of the digital I/O trigger line: 1 to
14.
Function Asserts a trigger on one of the digital I/O lines.
Usage digio.trigger[N].assert()
Remarks The set pulse width determines how long the trigger is asserted.
Details See “Controlling digital I/O lines” in Section 10.
Also see digio.trigger[N].pulsewidth
Example -- Asserts a trigger on I/O line 2:
digio.trigger[2].assert()
digio.trigger[N].clear
Replace N with the number of the digital I/O trigger line: 1 to
14.
Function Clears a trigger event on a digital I/O line.
Usage digio.trigger[N].clear()
Remarks • The trigger event detection recalls if a trigger event has been detected since the last
digio.trigger[line].wait call.
• This function clears a trigger event detector, discards the previous history of the
trigger line and clears the digio.trigger[N].overrun attribute.
Details See “Controlling digital I/O lines” in Section 10.
Also see digio.trigger[N].wait
Example -- Clears trigger event on I/O line 2:
digio.trigger[2].clear()