Visual Basic (Declaration) | |
---|---|
Public Enum TrackMode Inherits System.Enum |
C# | |
---|---|
public enum TrackMode : System.Enum |
C++/CLI | |
---|---|
public enum class TrackMode : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
PostEqualizer | Pilot 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). | — |
PreEqualizer | Pilot 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. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)