Keysight Pathwave 89600 VSA .NET API
SupportedModulationFormatForTM2And31 Enumeration
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace : SupportedModulationFormatForTM2And31 Enumeration


Glossary Item Box

Enum values indicating the supported modulation format for test model 2 and 3.1 measurement.

Syntax

Visual Basic (Declaration) 
Public Enum SupportedModulationFormatForTM2And31 
   Inherits System.Enum
C# 
public enum SupportedModulationFormatForTM2And31 : System.Enum 
C++/CLI 
public enum class SupportedModulationFormatForTM2And31 : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
Qam16The modulation format is 16QAM.
Qam64The modulation format is 64QAM.
QpskThe modulation format is QPSK.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

This parameter provides the flexibility to adjust the modulation format used for test model 2 and 3.1 measurement based on highest modulation supported by the base station under test. When test model is 2 or 3.1, by default the modulation format is 64QAM for the measured channel, but if the base station under the test just supports up to 16QAM, the modulation format needs to be changed to 16QAM. And if the base station under the test just supports up to QPSK, the modulation format needs to be lowered to QPSK.

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 25.40

See Also