SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.OFFSet.AMPLitude

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.OFFSet.AMPLitude = Value

Value = SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.OFFSet.AMPLitude

Description

This command sets/gets the power offset value for the source power calibration of the selected port (Pt) and channel (Ch).

Variable

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

Examples

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

Related objects

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

Equivalent key

Cal > Power Calibration > Power Offset

Equivalent SCPI command

Syntax

:SOURce{[1]-160}:POWer:PORT{[1]|2}
:CORRection:COLLect:OFFSet:AMPLitude <numeric>

:SOURce{[1]-160}:POWer:PORT{[1]|2}
:CORRection:COLLect:OFFSet:AMPLitude?

Query response

<numeric><newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:OFFS 0"
20 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:OFFS?"
30 ENTER 717;A