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


Glossary Item Box

Gets or sets an array of power boost levels for each QAM Identifier for the second NOMA user.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property QamIdentifierBoostLevels2 As Single()
C# 
public abstract float[] QamIdentifierBoostLevels2 {get; set;}
C++/CLI 
public:
abstract property array<float>^ QamIdentifierBoostLevels2 {
   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 identifier in the QamIdentifiers2 array. The values are unitless, and specify the scaling for the second NOMA user for the corresponding QAM identifier. (The first NOMA user's boost values are specified by the MeasurementExtension.SetQamIdentifierPowerBoostLevels array.) A value of 1 means no power boosting, while a value of 2 means there is a 6.02 dB power boost for the corresponding QAM identifier. If this array is shorter than the QamIdentifiers2 array, 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 21.00

See Also