Property (Read-Write)
SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe = Value
Value = SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe
This command sets/gets the ON/OFF status of the RF range fixed.
This command is available at the revision A.11.0x and above.
Parameter |
Value |
Description |
ON/OFF status of the RF range fixed. |
Data Type |
Boolean type (Boolean) |
Range |
Select from either of the following: True or ON: Turn ON the RF range fixed. False or OFF: Turn OFF the RF range fixed. |
Preset Value |
False or OFF |
Dim Var as Boolean
SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe = True
Var = SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe
System > Service Menu > RF > ON|OFF
:SERVice:ADJust:RF:RANGe:FIXed[:STATe] {ON|OFF|1|0}
:SERVice:ADJust:RF:RANGe:FIXed[:STATe]?
{1|0} <newline><^END>
10 OUTPUT 717;":SERV:ADJ:RF:RANG:FIX ON"
20 OUTPUT 717;":SERV:ADJ:RF:RANG:FIX ?"
30 ENTER 717;A