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


value
The array of power boost levels for each QAM Identifier.

Glossary Item Box

Sets the array of power boost levels for each QAM Identifier.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetQamIdentifierPowerBoostLevels( _
   ByVal ParamArray value() As Single _
) 
C# 
public virtual void SetQamIdentifierPowerBoostLevels( 
   params float[] value
)
C++/CLI 
public:
virtual void SetQamIdentifierPowerBoostLevels( 
   ... array<float>^ value
) 

Parameters

value
The array of power boost levels for each QAM Identifier.

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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also