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


Glossary Item Box

Gets the array of QAM identifier values.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetQamIdentifiers() As Integer()
C# 
public virtual int[] GetQamIdentifiers()
C++/CLI 
public:
virtual array<int>^ GetQamIdentifiers(); 

Return Value

The array of QAM identifier values.

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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also