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


Glossary Item Box

Gets or sets the type of the adaptive equalizer.

Syntax

Visual Basic (Declaration) 
Public Overridable Property EqualizerType As EqualizerType
C# 
public virtual EqualizerType EqualizerType {get; set;}
C++/CLI 
public:
virtual property EqualizerType EqualizerType {
   EqualizerType get();
   void set (    EqualizerType value);
}

Remarks

The adaptive equalizer type can be set to None, MinimizeEVM, or Minimize Error Vector. EqualizerType to EqualizerType.None to disable equalizer. EqualizerType to EqualizerType.MinimizeEvm to turn on MinimizeEVM. EqualizerType to EqualizerType.MinimizeErrorVector to turn on Minimize Error Vector. If None is selected, equalizer is disabled. If MinimizeEVM is turned on, it will be performed at only symbol decision points. If Minimize Error Vector is turned on, it will optimize based on the full error vector over all time symbols (IsEqualized to return the matching enum value).

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.00

See Also