SCPI Command
SOURce<Ch>:POWer[:LEVel]:STATe <char>
SOURce<Ch>:POWer[:LEVel]:STATe?
Sets or reads out the power level for the frequency sweep (high or low) and turns the RF signal output OFF ( for R54, R140, R140B only). |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<char> specifies the power level for the frequency sweep for R54, R140 and R140B: |
|
HIGH |
High output power. |
LOW |
Low output power. |
ROFF |
RF Out is OFF |
Error occurs. The command is ignored.
{HIGH|LOW|ROFF}
HIGH
Stimulus > Power
Equivalent COM Command
SCPI.SOURce(Ch).POWer.LEVel.STATe
Dim Value As String
Value = app.SCPI.SOURce(Ch).POWer.LEVel.STATe
app.SCPI.SOURce(Ch).POWer.LEVel.STATe = “LOW”
String
Back to SOURce
Back to Command Finder
Back to Command Finder (From User Interface)