Keysight Pathwave 89600 VSA .NET API
IsIQMismatchCompensationEnabled Property
See Also 
Agilent.SA.Vsa.Wlan80211N.Interfaces Assembly > Agilent.SA.Vsa.Wlan80211N Namespace > MeasurementExtension Class : IsIQMismatchCompensationEnabled Property


Glossary Item Box

Gets or sets a value indicating whether the measurement compensates for IQ mismatch impairments.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsIQMismatchCompensationEnabled As Boolean
C# 
public abstract bool IsIQMismatchCompensationEnabled {get; set;}
C++/CLI 
public:
abstract property bool IsIQMismatchCompensationEnabled {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.

Remarks

When true, the analyzer attempts to remove IQ mismatch impairments (Gain Imbalance, Quadrature Error, Timing Skew) from the measured signal prior to performing the measurement. The values used for the compensation are shown in the Syms/Errs summary table.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also