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


Glossary Item Box

Gets or sets a value indicating the relative power boosting (dB) of this Allocation relative to the other Allocations.

Syntax

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

Remarks

All constellations are normalized to the same RMS power, so absolute power of the 0 dB level is set to the measured RMS average of all Allocations whose PowerBoostLevel is 0 dB.

Requirements

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

See Also