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 all channels are continuously sweeps in turn. •If the trigger source selected is one other than the internal, then the analyzer trigger system goes to the trigger waiting state. Upon receipt of a trigger from the selected source, the sweep starts for the all channels in turn. On completion of the sweep the analyzer trigger system goes to the trigger waiting state. When the continuous trigger initiation mode is turned OFF the analyzer trigger system is in the Hold state, to initiate a sweep use the INIT command. |
---|
command /query |
Channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
Specifies the continuous trigger initiation mode:
{ON|1} |
ON |
{OFF|0} |
OFF |
{0|1}
1
Trigger > Trigger Mode > Continuous
Trigger > Trigger Mode > 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
Back to Command Finder (From User Interface)