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 channel. Value range
Table Header: Impairments / Min /dB / Max /dB / Increment
Digital / 4 / 4 / 0.0001
Analog / 1 / 1 / 0.0001
- 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 channel. Value range
Table Header: Impairments / Min /dB / Max /dB / Increment
Digital / 4 / 4 / 0.0001
Analog / 1 / 1 / 0.0001
- param 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)
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)