Property (Read-Write)
SCPI.INITiate(Ch).CONTinuous = Status
Status = SCPI.INITiate(Ch).CONTinuous
This command turns ON/OFF the continuous initiation mode (setting by which the trigger system initiates continuously) of the selected channel (Ch) in the trigger system. For more information on the trigger system, see Section Trigger System.
Parameter |
Status |
Description |
ON/OFF of the continuous initiation mode |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
Varies depending on [variable (Ch)] |
Dim ContMode As Boolean
SCPI.INITiate(2).CONTinuous = True
ContMode = SCPI.INITiate(2).CONTinuous
Trigger > Continuous (ON)
Trigger > Hold (OFF)
Trigger > Hold All Channels (OFF for all channels)
Trigger > Continuous Disp Channels (ON for displayed channels)
:INITiate{[1]-4}:CONTinuous {ON|OFF|1|0}
:INITiate{[1]-4}:CONTinuous?
{1|0}<newline><^END>
10 OUTPUT 717;":INIT1:CONT OFF"
20 OUTPUT 717;":INIT1:CONT?"
30 ENTER 717;A