Property (Read-Write)
SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.ITERation = Value
Value= SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.ITERation
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).
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 |
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
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
Sweep Setup > Power > Receiver Leveling > Port 1|Port 2 > Max Iteration
:SOURce{[1]-160}:POWer:PORT{[1]|2}:ALC:MODE:RECeiver:ITERation {value}
:SOURce{[1]-160}:POWer:PORT{[1]|2}:ALC:MODE:RECeiver:ITERation?
<value><newline><^END>
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