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


Glossary Item Box

Gets or sets the array of power boost levels for each QAM Identifier.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property QamIdentifierBoostLevels As Single()
C# 
public abstract float[] QamIdentifierBoostLevels {get; set;}
C++/CLI 
public:
abstract property array<float>^ QamIdentifierBoostLevels {
   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 QamIdentifiers 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 corresponding QAM identifier. If this array is shorter than the QamIdentifiers 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)

See Also