The INITiate subsystem controls how the instrument moves from the "idle" state to the "wait for trigger" state. You may do this one channel at a time, or for both channels with the "ALL" keyword.
This program uses INITiate[1|2][:IMMediate] with TRIGger[1|2]:SOURce and TRIGger[1|2]:COUNt. The TRIG:SOUR EXT command configures the channel for external triggering, and TRIG:COUNT sets the trigger count to 10. The INITiate command places the instrument in the "wait-for-trigger" state. The trigger will occur when the rear-panel Ext Trig line is pulsed (high by default). The channel will return to idle after the trigger count of 10 has been satisfied. Another INIT command would then be necessary to restart the acceptance of triggers from the external trigger input line.
INIT:CONT OFF
TRIG:SOUR EXT
TRIG:COUNT 10
INIT
Specifies whether the trigger system for one or both channels (ALL) always returns to the "wait-for-trigger" state (ON) or remains in the "idle" state (OFF), ignoring triggers until INITiate:IMMediate is issued.
Parameter | Typical Return |
---|---|
{ON|1|OFF|0}, default ON | 0 (OFF) or 1 (ON) |
Configure both channels for continuous trigger: INIT:CONT:ALL ON |
Changes state of triggering system for both channels (ALL) from "idle" to "wait-for-trigger" for the number of triggers specified by TRIGger[1|2]:COUNt.
Parameter | Typical Return |
---|---|
(none) | (none) |
Change both channels to the wait-for-trigger state: INIT:IMM:ALL |