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


Glossary Item Box

Gets or sets the array of power boost levels for each user ID in the resource map.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property UserBoostLevels As Single()
C# 
public abstract float[] UserBoostLevels {get; set;}
C++/CLI 
public:
abstract property array<float>^ UserBoostLevels {
   array<float>^ get();
   void set (    array<float>^ value);
}

Property Value

The default value is an array of length 1, with the value equal to 1.

Remarks

This property is an array of values, with one value for each user ID in the resource map array. The values are unitless. A value of 1 means no power boosting, while a value of 2 means there is a 6.02 dB power boost for the user ID. If this array is shorter than the highest user ID, any values past the end are assumed to be 1.

Requirements

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

See Also