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


Glossary Item Box

Gets or sets the array of QAM identifier values.

Syntax

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

Property Value

The default value is "0, 1, 2, 3, 4, 5".

Remarks

Each entry in the ResourceModulation array is an index into this array, and each entry in this array is an index into the QamLevels array. This two-level indirection makes it simple to switch what QAM constellation is assigned to groups of carriers in ResourceModulation, by changing values in the QamIdentifiers array.

Requirements

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

See Also