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


Glossary Item Box

Gets or sets the convergence parameter for the Adaptive Equalizer

Syntax

Visual Basic (Declaration) 
Public MustOverride Property EqualizerConvergence As Double
C# 
public abstract double EqualizerConvergence {get; set;}
C++/CLI 
public:
abstract 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 (IsEqualized). 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 PathWave 89600 VSA Ver 18.00

See Also