Keysight 89600 VSA .NET API
EqualizerConvergence Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > ComponentCarrier Class : EqualizerConvergence Property


Glossary Item Box

Gets or sets the convergence parameter for the Adaptive Equalizer

Syntax

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

Remarks

Controls the rate of convergence of the adaptive equalizer of the digital demodulation measurement. Convergence determines how quickly the equalization filter coefficients converge to the estimated values for each measurement. Larger values converge faster. This provides a trade-off in the number of measurements required for convergence of the equalization filter taps, and the stability of those taps. This property is only useful if the adaptive equalizer is on (AdaptiveEqualizerMode). Default Value: 1e-07. For more, see Digital Demodulation "Convergence (equalization)" topic in the VSA Application help.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 27.00

See Also