Value

SCPI Commands :

[SOURce<HW>]:IQ:DPD:AMPM:VALue
[SOURce<HW>]:IQ:DPD:AMPM:VALue:LEVel
[SOURce<HW>]:IQ:DPD:AMPM:VALue:PEP
class ValueCls[source]

Value commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get(xvalue: float, xunit: RsSmbv.enums.Unknown) float[source]
# SCPI: [SOURce<HW>]:IQ:DPD:AMPM:VALue
value: float = driver.source.iq.dpd.amPm.value.get(xvalue = 1.0, xunit = enums.Unknown.DBM)

Queries the delta phase value of the generated RF signal for a selected <XValue>.

param xvalue

float Value on the x-axis. Value range depends on the selected PEPinMin and PEPinMax values. Range: -100 to 100

param xunit

DBM| V

return

delta_phase: float Range: -180 to 180

get_level() float[source]
# SCPI: [SOURce<HW>]:IQ:DPD:AMPM:VALue:LEVel
value: float = driver.source.iq.dpd.amPm.value.get_level()

Queries the delta phase value for the current root mean square (RMS) power level of the generated RF signal.

return

delta_phase: float Range: -180 to 180

get_pep() float[source]
# SCPI: [SOURce<HW>]:IQ:DPD:AMPM:VALue:PEP
value: float = driver.source.iq.dpd.amPm.value.get_pep()

Queries the delta phase value for the current peak envelope power (PEP) level of the generated RF signal.

return

delta_phase: float Range: -180 to 180