Keysight Pathwave 89600 VSA .NET API
CW1PowerBoost Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > AllocationBase Class : CW1PowerBoost Property


Glossary Item Box

Gets or sets the per-subcarrier power boost in dB of Code word 1 of the allocation/channel.

Syntax

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

Property Value

The default value is 0 dB.

Remarks

This property is valid for Downlink allocations only

Requirements

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

See Also