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


Glossary Item Box

Gets or sets a value indicating whether a pilot subcarrier at DC is used for channel estimation.

Syntax

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

Property Value

The default value is true.

Remarks

This applies only when IsEqualizerUsePilots is true, and only if the resource map specifies that a DC subcarrier is a pilot. When true, the DC subcarrier is not treated any differently than any other subcarrier. If the Resource Map specified that the DC subcarrier is a pilot, it will be treated as a pilot when computing the equalizer. When false, the DC subcarrier is treated specially: even if the Resource Map specifies that it is a pilot and IsEqualizerUsePilots is true, it is not used for channel estimation.

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 14.00

See Also