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


value
The array of QAM identifier values.

Glossary Item Box

Sets the array of QAM identifier values.

Syntax

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

Parameters

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