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


Glossary Item Box

Gets or sets a value indicating whether the measurement estimates IQ mismatch impairments subcarrier by subcarrier.

Syntax

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

Property Value

The default value is false.

Remarks

When true, the analyzer attempts to estimate IQ mismatch impairments (Gain Imbalance, Quadrature Error) subcarrier by subcarrier. The estimated results are available as trace data.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 20.0

See Also