Magnitude

SCPI Command :

[SOURce]:BB:IMPairment:IQOutput<CH>:IQRatio:[MAGNitude]
class MagnitudeCls[source]

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

get(iqConnector=IqConnector.Default) float[source]
# SCPI: [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 I/Q channel. The input may be either in dB or %. The resolution is 0.001 dB, an input in percent is rounded to the closest valid value in dB. A query returns the value in dB.

INTRO_CMD_HELP: The suffix <ch> has the following values:

  • <ch>= 0: I/Q Analog Outputs

  • <ch>= 1: I/Q Modulator Digital Impairments

param iqConnector:

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

return:

ipartq_ratio: No help available

set(ipartq_ratio: float, iqConnector=IqConnector.Default) None[source]
# SCPI: [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 I/Q channel. The input may be either in dB or %. The resolution is 0.001 dB, an input in percent is rounded to the closest valid value in dB. A query returns the value in dB.

INTRO_CMD_HELP: The suffix <ch> has the following values:

  • <ch>= 0: I/Q Analog Outputs

  • <ch>= 1: I/Q Modulator Digital Impairments

param ipartq_ratio:

float Range: -1 to 1

param iqConnector:

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