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.k91Wlan.sense.tracking.iqMcomp.get()

Activates or deactivates the compensation for I/Q mismatch (gain imbalance, quadrature offset, I/Q skew, see ‘I/Q mismatch’) . This setting is not available for standards IEEE 802.11b and g (DSSS) .

return

state: ON | 1 | AVGScarrier The I/Q mismatches (gain imbalance, quadrature offset, time skew) are averaged over the subcarriers. The scalar results are applied to the subcarriers and used for I/Q mismatch compensation. PERScarrier The individual I/Q mismatches per subcarrier are used for I/Q mismatch compensation. OFF | 0 Compensation is not applied; this setting is required for measurements strictly according to the IEEE 802.11-2012, IEEE 802.11ac-2013 WLAN standard

set(state: bool) None[source]
# SCPI: [SENSe]:TRACking:IQMComp
driver.applications.k91Wlan.sense.tracking.iqMcomp.set(state = False)

Activates or deactivates the compensation for I/Q mismatch (gain imbalance, quadrature offset, I/Q skew, see ‘I/Q mismatch’) . This setting is not available for standards IEEE 802.11b and g (DSSS) .

param state

ON | 1 | AVGScarrier The I/Q mismatches (gain imbalance, quadrature offset, time skew) are averaged over the subcarriers. The scalar results are applied to the subcarriers and used for I/Q mismatch compensation. PERScarrier The individual I/Q mismatches per subcarrier are used for I/Q mismatch compensation. OFF | 0 Compensation is not applied; this setting is required for measurements strictly according to the IEEE 802.11-2012, IEEE 802.11ac-2013 WLAN standard