Property (Read-Write)
SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.STATe = Status
Status = SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.STATe
This command turns ON/OFF or returns the status of the power level error correction, for the selected port (Pt) of the selected channel (Ch).
Parameter |
Status |
Description |
Turns ON/OFF the power level error correction |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim PowCorr As Boolean
SCPI.SOURce(1).POWer.PORT(1).CORRection.STATe = True
PowCorr = SCPI.SOURce(1).POWer.PORT(1).CORRection.STATe
Cal > Power Calibration > Correction
:SOURce{[1]-160}:POWer:PORT{[1]|2}:CORRection[:STATe] {ON|OFF|1|0}
:SOURce{[1]-160}:POWer:PORT{[1]|2}:CORRection[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":SOUR1:POW:PORT1:CORR ON"
20 OUTPUT 717;":SOUR1:POW:PORT1:CORR?"
30 ENTER 717;A