Property (Read-Write)
SCPI.OUTPut.STATe = Status
Status = SCPI.OUTPut.STATe
This command turns ON/OFF of the stimulus signal output. Measurement cannot be made until the stimulus signal output is turned ON.
Parameter |
Status |
Description |
ON/OFF of the stimulus signal output |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
True or ON |
Dim Outp As Boolean
SCPI.OUTPut.STATe = True
Outp = SCPI.OUTPut.STATe
Sweep Setup > Power > RF Out
System > Overload Recovery > RF Out
:OUTPut[:STATe] {ON|OFF|1|0}
:OUTPut[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":OUTP ON"
20 OUTPUT 717;":OUTP?"
30 ENTER 717;A