Magnitude

SCPI Command :

[SOURce]:BB:IMPairment:IQOutput<CH>:IQRatio:[MAGNitude]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) float[source]
# [SOURce]:BB:IMPairment:IQOutput<CH>:IQRatio:[MAGNitude]
value: float = driver.source.bb.impairment.iqOutput.iqRatio.magnitude.get(iqConnector = repcap.IqConnector.Default)

Sets the ratio of I modulation to Q modulation (amplification imbalance) of the corresponding digital channel. Value range Impairments / Min /dB / Max /dB / Increment

  • Digital / 4 / 4 / 0.0001

  • Analog / 1 / 1 / 0.0001

Parameters:

iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)

set(ipartq_ratio: float, iqConnector=IqConnector.Default) None[source]
# [SOURce]:BB:IMPairment:IQOutput<CH>:IQRatio:[MAGNitude]
driver.source.bb.impairment.iqOutput.iqRatio.magnitude.set(ipartq_ratio = 1.0, iqConnector = repcap.IqConnector.Default)

Sets the ratio of I modulation to Q modulation (amplification imbalance) of the corresponding digital channel. Value range Impairments / Min /dB / Max /dB / Increment

  • Digital / 4 / 4 / 0.0001

  • Analog / 1 / 1 / 0.0001

Parameters:
  • ipartq_ratio – 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)

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)