IqMcomp
SCPI Command :
[SENSe]:TRACking:IQMComp
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [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) .
- Returns:
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]
# [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) .
- Parameters:
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