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

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.ITERation = Value

Value= SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.ITERation

Description

This command sets/gets the maximum iterations of the receiver leveling sweep to be used in order to achieve the tolerance setting, for the selected channel (Ch) and port (Pt).

Variable

Parameter

Value

Description

Sets/gets the maximum iterations of the leveling sweep

Data type

Long integer type (Long)

Range

1 to 25

Preset value

5

Examples

Dim maxIter As Long
maxIter = 1
SCPI.SOURce(1).POWer.PORT(1).ALC.MODE.RECeiver.ITERation = maxIter
maxIter = SCPI.SOURce(1).POWer.PORT(1).ALC.MODE.RECeiver.ITERation

Related objects

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

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

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

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

Equivalent key

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

Equivalent SCPI command

Syntax

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

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

Query response

<value><newline><^END>

Example of use

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