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


Glossary Item Box

Gets or sets the equalizer training type as being Off or RS-based or RS+Data based.

Syntax

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

Property Value

The default value is EqualizerTrainingType.Pilots.

Remarks

This property affects how the equalizer coefficients are computed and whether they are applied to data before demodulation. The equalizer traces (Eq Chan Freq Resp, etc.) always shows coefficients computed based on RS.

Requirements

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

See Also