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


Glossary Item Box

Gets or sets a value indicating whether the analyzer removes the effects of equalization after demodulating the signal.

Syntax

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

Property Value

The default value is false.

Remarks

Equalization is inherently part of essentially all OFDM demodulators, so it is very unusual to enable this property.

Requirements

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

See Also