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


value
The array of modulation types associated with each allocation ID.

Glossary Item Box

Sets an array of modulation types associated with each allocation ID, as listed in the resource map.

Syntax

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

Parameters

value
The array of modulation types associated with each allocation ID.

Remarks

This property is an array of values, with one value for each allocation ID, as listed in the resource map array. The values are unitless. The valid range of modulation values are 0 = Unknown, 1 = BPSK, 2 = QPSK, 3 = 8-PSK, 4 = 16-QAM, 5 = 32-QAM, 6 = 64-QAM, 7 = 128-QAM, 8 = 256-QAM, 9 = 512-QAM, 10 = 1024-QAM, 11 = 2048-QAM, 12 = 4096-QAM, 13 = 8192-QAM, 14 = 16384-QAM, 15 = 32768-QAM, 16 = 65536-QAM. If this array is shorter than the highest allocation ID, any values past the end are assumed to be 0.

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