SCPI Command
INITiate<Ch>:CONTinuous {OFF|ON|0|1}
INITiate<Ch>:CONTinuous?
Turns the continuous trigger initiation mode ON/OFF. When the continuous initiation mode is turned ON: •If the Internal trigger source is selected by the command TRIG:SOUR INT, then the channel continuously sweeps; •If the trigger source selected is one other than the internal, then the channel goes to the trigger waiting state. Upon receipt of a trigger from the selected source, the sweep starts for the channels awaiting trigger. On completion of the sweep the channel goes to the trigger waiting state. When the continuous trigger initiation mode is turned OFF the channel is in the Hold state, to initiate a sweep use the INIT command. |
---|
command /query |
Channel <Ch>,
<Ch>={[1]|2|...16}
Specifies the continuous trigger initiation mode:
{ON|1} |
ON |
{OFF|0} |
OFF |
{0|1}
1
Stimulus > Trigger > Continuous
Stimulus > Trigger > Hold
Equivalent COM Command
SCPI.INITiate(Ch).CONTinuous
Status = app.SCPI.INITiate(Ch).CONTinuous
app.SCPI.INITiate(Ch).CONTinuous = False
Boolean (read/write)
Back to INITiate
Back to Command Finder