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


Glossary Item Box

Gets or sets the length of the equalization filter, in symbols.

Syntax

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

Remarks

Specifies the length of the adaptive equalization filter of the digital demodulation measurement. The value is specified as an odd whole number of symbols. This property is only applied if the adaptive equalizer is enabled (IsEqualized). For more information, see the Digital Demodulation "Using the Equalization Filter" 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