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


Glossary Item Box

Pilot tracking modes for MIMO measurements.

Syntax

Visual Basic (Declaration) 
Public Enum TrackMode 
   Inherits System.Enum
C# 
public enum TrackMode : System.Enum 
C++/CLI 
public enum class TrackMode : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
PostEqualizerPilot tracking is done after equalization of the signal. The best choice if most phase noise in the signal originates in the transmitter and the signal is direct mapped (so the channel response matrix is nearly an identity matrix).
PreEqualizerPilot tracking is done before equalization of the signal. The best choice if most phase noise in the signal comes from the physical channel or the receiver PLL.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also