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


Glossary Item Box

Gets or sets the power boost level for unknown pilots.

Syntax

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

Property Value

The default value is 1. The minimum value is 0.

Remarks

This is a are unitless value, so a value of 1 means no power boosting, while a value of 2 means there is 6.02 dB of power boosting applied to the unknown pilot subcarriers. (Unknown pilot subcarriers are identified by the ResourceMap array.)

Requirements

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

See Also