IqRatio

SCPI Command :

[SOURce<HW>]:IQ:IMPairment:IQRatio:[MAGNitude]
class IqRatioCls[source]

IqRatio commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_magnitude() float[source]
# SCPI: [SOURce<HW>]:IQ:IMPairment:IQRatio:[MAGNitude]
value: float = driver.source.iq.impairment.iqRatio.get_magnitude()

Sets the ratio of I modulation to Q modulation (amplification imbalance) of the corresponding digital channel. Value range

Table Header: Impairments / Min /dB / Max /dB / Increment

  • Digital / 4 / 4 / 0.0001

  • Analog / 1 / 1 / 0.0001

return

magnitude: No help available

set_magnitude(magnitude: float) None[source]
# SCPI: [SOURce<HW>]:IQ:IMPairment:IQRatio:[MAGNitude]
driver.source.iq.impairment.iqRatio.set_magnitude(magnitude = 1.0)

Sets the ratio of I modulation to Q modulation (amplification imbalance) of the corresponding digital channel. Value range

Table Header: Impairments / Min /dB / Max /dB / Increment

  • Digital / 4 / 4 / 0.0001

  • Analog / 1 / 1 / 0.0001

param magnitude

float The setting value can be either in dB or %. An input in percent is rounded to the closest valid value in dB. Range: -4 to 4, Unit: dB | PCT (setting command) / dB (result value)