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


Glossary Item Box

Gets or sets a value indicating whether the equalization filter is enabled.

Syntax

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

Remarks

Determine whether the digital demodulation measurement uses adaptive equalization. In addition to this property, you must set EqualizerMode to EqualizerMode.Run to get the adaptive equalizer to run. For more information, see Digital Demodulation "About Adaptive Equalization" 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