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


Glossary Item Box

Gets or sets the modulation type for Code word 1 of the allocation/channel.

Syntax

Visual Basic (Declaration) 
Public Property CW1ModType As ModulationFormatType
C# 
public ModulationFormatType CW1ModType {get; set;}
C++/CLI 
public:
property ModulationFormatType CW1ModType {
   ModulationFormatType get();
   void set (    ModulationFormatType value);
}

Property Value

The default value is ModulationFormatType.Qpsk.

Remarks

This property is valid for Downlink allocations only.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also