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


Glossary Item Box

Gets or sets a value indicating whether the equalizer will be smoothed before use. Deprecated: use ChannelInterpolationFilter instead.

Syntax

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

Property Value

The default value is false.

Remarks

Smoothing is done in the frequency domain, using a simple triangular moving average. The width of the moving average is specified by EqualizerSmoothingLength.

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 16.00

See Also