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


Glossary Item Box

Gets or sets an array of QAM identifier values for the second NOMA user.

Syntax

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

Property Value

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

Remarks

When MultipleAccessScheme is set to MultipleAccessScheme.Noma, this property specifies the QAM identifier values for the second NOMA user (the first NOMA user's QAM identifier values are specified by the MeasurementExtension.SetQamIdentifiers array). This property works identically to MeasurementExtension.SetQamIdentifiers, and should have the same array length.

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 21.00

See Also