IqMcomp
SCPI Command :
[SENSe]:TRACking:IQMComp
- class IqMcompCls[source]
IqMcomp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:TRACking:IQMComp value: bool = driver.applications.k9X11Ad.sense.tracking.iqMcomp.get()
Activates or deactivates the compensation for I/Q mismatch (gain imbalance, quadrature offset, I/Q skew, see ‘Modulation accuracy parameters’) .
- return
state: ON | OFF | 1 | 0 ON | 1 Compensation for gain imbalance, quadrature offset, and I/Q skew impairments is applied. OFF | 0 Compensation is not applied; this setting is required for measurements strictly according to the IEEE 802.11ad standard
- set(state: bool) None [source]
# SCPI: [SENSe]:TRACking:IQMComp driver.applications.k9X11Ad.sense.tracking.iqMcomp.set(state = False)
Activates or deactivates the compensation for I/Q mismatch (gain imbalance, quadrature offset, I/Q skew, see ‘Modulation accuracy parameters’) .
- param state
ON | OFF | 1 | 0 ON | 1 Compensation for gain imbalance, quadrature offset, and I/Q skew impairments is applied. OFF | 0 Compensation is not applied; this setting is required for measurements strictly according to the IEEE 802.11ad standard