Keysight Pathwave 89600 VSA .NET API
IsHigherOrderModulationEnabled Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class : IsHigherOrderModulationEnabled Property


Glossary Item Box

Gets or sets a value indicating whether higher order modulation (256 QAM) is enabled

Syntax

Visual Basic (Declaration) 
Public Overridable Property IsHigherOrderModulationEnabled As Boolean
C# 
public virtual bool IsHigherOrderModulationEnabled {get; set;}
C++/CLI 
public:
virtual property bool IsHigherOrderModulationEnabled {
   bool get();
   void set (    bool value);
}

Remarks

This property is settable only if the carrier is LTE-A. For an LTE carrier, the property is always false.

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 20.00

See Also