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


Glossary Item Box

Gets or sets a value indicating whether MIMO equalization is used for tracking.

Syntax

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

Property Value

The default value is false.

Remarks

This property is applicable for IEEE 802.11ac or IEEE 802.11n signal when TrackMode is TrackMode.PreEqualizer. Variation of phase/amplitude/timing is calculated based on the difference between a pre-equalized pilot subcarrier and the ideal pilot multiplied with the MIMO channel. The MIMO channel on pilot subcarrier needs to be invertible for this setting to work correctly. Therefore, ideal pilots can be recovered through hard detection on MIMO equalized stream pilot, whether the pilot value on streams is the same or different.

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 24.00

See Also