Property (Read-Write)
SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.OFFSet.AMPLitude = Value
Value = SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.OFFSet.AMPLitude
This command sets/gets the power offset value for the source power calibration of the selected port (Pt) and channel (Ch).
|
Parameter |
Value |
|
Description |
Power offset value for the source power calibration |
|
Data type |
Double precision floating point type (Double) |
|
Range |
-200 to +200 |
|
Preset value |
0 |
|
Unit |
dB |
|
Resolution |
0.1 |
Dim Var As Double
Var = 0
SCPI.SOURce(1).POWer.PORT(1).CORRection.COLLect.OFFSet.AMPLitude= Var
Var= SCPI.SOURce(1).POWer.PORT(1).CORRection.COLLect.OFFSet.AMPLitude
SCPI.SOURce.POWer.PORT.CORRection.COLLect.NTOLerance
SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.ITERation.COUNt
SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.OFFSet
Cal > Power Calibration > Power Offset
:SOURce{[1]-160}:POWer:PORT{[1]|2}
:CORRection:COLLect:OFFSet:AMPLitude <numeric>
:SOURce{[1]-160}:POWer:PORT{[1]|2}
:CORRection:COLLect:OFFSet:AMPLitude?
<numeric><newline><^END>
10 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:OFFS 0"
20 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:OFFS?"
30 ENTER 717;A