Magnitude
SCPI Command :
[SOURce]:BB:IMPairment:RF<CH>:IQRatio:[MAGNitude]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(path=Path.Default) float[source]
# [SOURce]:BB:IMPairment:RF<CH>:IQRatio:[MAGNitude] value: float = driver.source.bb.impairment.rf.iqRatio.magnitude.get(path = repcap.Path.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:
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- set(ipartq_ratio: float, path=Path.Default) None[source]
# [SOURce]:BB:IMPairment:RF<CH>:IQRatio:[MAGNitude] driver.source.bb.impairment.rf.iqRatio.magnitude.set(ipartq_ratio = 1.0, path = repcap.Path.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)
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)