Keysight Pathwave 89600 VSA .NET API
EqualizerTrainingType Enumeration
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte 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‡
OffEqualizer Training is off.
PilotsEqualizer Training is based on RS.
PilotsAndDataEqualizer Training is based on the RS and Data.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The choice only determines if the equalizer coefficients are applied to data before demodulation or not. Otherwise, the equalizer coefficients are always calculated and available as Eq. Channel Response Trace Result.

Requirements

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

See Also