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


Glossary Item Box

Gets or sets the user mode equalizer coefficients vector.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property UserModeEqualizerCoefficients As Double()
C# 
public abstract double[] UserModeEqualizerCoefficients {get; set;}
C++/CLI 
public:
abstract property array<double>^ UserModeEqualizerCoefficients {
   array<double>^ get();
   void set (    array<double>^ value);
}

Property Value

This is a vector of complex equalizer coefficients - real, imaginary, real, imaginary.

Requirements

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

See Also