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


Glossary Item Box

Gets or sets the width of the equalizer smoothing filter.

Syntax

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

Remarks

Equalizer smoothing is performed by filtering the equalizer channel frequency response with a triangular filter of the length specified by EqualizerSmoothingWidth.

Requirements

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

See Also