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


Glossary Item Box

Gets or sets how pilot tracking is done for MIMO signals.

Syntax

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

Property Value

The default value is TrackMode.PostEqualizer.

Remarks

This specifies whether pilot tracking takes place before or after the application of the MIMO channel equalizer. The optimal choice depends on the origin of phase noise in the input signal. If most of the phase noise comes from the physical channel or the receiver PLL, then TrackMode.PreEqualizer will allow pilot tracking to do a better job tracking phase drift. If most of the phase noise comes from the transmitter and the transmitter uses no spatial spreading, TrackMode.PostEqualizer will allow pilot tracking to do a better job tracking phase drift.

Requirements

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

See Also