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


Glossary Item Box

Gets or sets the modulation type for the allocation/channel.

Syntax

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

Property Value

The default value is ModulationFormatType.Qpsk.

Requirements

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

See Also