Property (Read-Write)
SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.FAST= Status
Status= SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.FAST
This command turns ON/OFF the fast IFBW state of the receiver leveling sweep for the selected channel (Ch) and port (Pt).
Parameter |
Status |
Description |
Sets/gets the fast IFBW state of the leveling sweep |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim IFBWstat As Boolean
SCPI.SOURce(1).POWer.PORT(1).ALC.MODE.RECeiver.FAST = True
IFBWstat= SCPI.SOURce(1).POWer.PORT(1).ALC.MODE.RECeiver.FAST
SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.IFBW
SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.STATe
Sweep Setup > Power > Receiver Leveling > Port 1|Port 2 > Fast Mode
:SOURce{[1]-160}:POWer:PORT{[1]|2}:ALC:MODE:RECeiver:FAST {ON|OFF|1|0}
:SOURce{[1]-160}:POWer:PORT{[1]|2}:ALC:MODE:RECeiver:FAST?
{1|0} <newline><^END>
10 OUTPUT 717;":SOUR1:POW:PORT1:ALC:MODE:REC:FAST ON"
20 OUTPUT 717;":SOUR1:POW:PORT1:ALC:MODE:REC:FAST?"
30 ENTER 717;A