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


Glossary Item Box

Specifies the Equalizer Training method.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
ChanEstSpecifies the Chan Estimation Seq Only method. The equalizer is trained using the Channel Estimation Sequence in the preamble of the OFDMA burst.
ChanEstDataSpecifies the Chan Estimation SeqData method. The equalizer is trained by analyzing the entire OFDMA burst, including the Channel Estimation Sequence (contained in the preamble) and the Data symbols.
ChanEstPilotsSpecifies the Chan Estimation SeqPilots method. The equalizer is trained by analyzing the entire OFDMA burst, including the Channel Estimation Sequence (contained in the preamble) and the Pilot symbols
‡ 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