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


Glossary Item Box

Gets or sets a value indicating whether pilot subcarriers are included when training the equalizer.

Syntax

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

Property Value

The default value is false.

Remarks

When set to true, pilot subcarriers are included when initializing ("training") the OFDM equalizer. This includes subcarriers marked as either Pilot or Unknown Pilot in the Resource Map.

Equalizer training uses all symbols in the ResultLength, not just those defined by MeasurementInterval and MeasurementOffset. This is so that the MeasurementInterval and MeasurementOffset can be changed to display parts of the signal, without also changing the equalizer.

Requirements

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

See Also