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


Glossary Item Box

Gets or sets a value indicating whether 1024 QAM is enabled

Syntax

Visual Basic (Declaration) 
Public Overridable Property IsQam1024Enabled As Boolean
C# 
public virtual bool IsQam1024Enabled {get; set;}
C++/CLI 
public:
virtual property bool IsQam1024Enabled {
   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 24.00

See Also