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


Glossary Item Box

Gets or sets the interpolation filter used when estimating the channel frequency response.

Syntax

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

Remarks

The channel interpolation filter is not applied when EqualizerTraining = EqualizerTraining.PreambleData.

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.40

See Also