SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.STATe = Status

Status= SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.STATe

Description

This command turns ON/OFF the Receiver Leveling function for the selected channel (Ch) and port (Pt).

Variable

Parameter

Status

Description

Turns ON/OFF the receiver leveling function

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the receiver leveling function.

  • False or OFF: Turns OFF the receiver leveling function.

Preset value

False or OFF

Examples

Dim state As Boolean
SCPI.SOURce(1).POWer.PORT(1).ALC.MODE.RECeiver.STATe = True
state= SCPI.SOURce(1).POWer.PORT(1).ALC.MODE.RECeiver.STATe

Related objects

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.IFBW

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.FAST

Equivalent key

Sweep Setup > Power > Receiver Leveling > Port 1|Port 2 > Leveling

Equivalent SCPI command

Syntax

:SOURce{[1]-160}:POWer:PORT{[1]|2}:ALC:MODE:RECeiver[:STATe] {ON|OFF|1|0}

:SOURce{[1]-160}:POWer:PORT{[1]|2}:ALC:MODE:RECeiver[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":SOUR1:POW:PORT1:ALC:MODE:REC ON"
20 OUTPUT 717;":SOUR1:POW:PORT1:ALC:MODE:REC?"
30 ENTER 717;A