SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe = Value

Value = SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe

Description

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.

Variable

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

Examples

Dim Var as Boolean
SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe = True
Var = SCPI.SERVice.ADJust.RF.RANGe.FIXed.STATe

Equivalent Key

System > Service Menu > RF > ON|OFF

Equivalent SCPI Command

Syntax

:SERVice:ADJust:RF:RANGe:FIXed[:STATe] {ON|OFF|1|0}

:SERVice:ADJust:RF:RANGe:FIXed[:STATe]?

Query Response

{1|0} <newline><^END>

Example of use

10 OUTPUT 717;":SERV:ADJ:RF:RANG:FIX ON"
20 OUTPUT 717;":SERV:ADJ:RF:RANG:FIX ?"
30 ENTER 717;A