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


Glossary Item Box

Gets or sets the modulation format of the despread channel.

Syntax

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

Property Value

The default value is ChannelModulation.Qam16.

Remarks

This property is used only if IsChannelModulationAutomatic is true and Is1xEvdvEnabled is true. It applies only when the WalshCodeLength is 32. It specifies the modulation scheme of the despread channel (the channel specified by WalshCodeLength and WalshCodeNumber).

Requirements

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

See Also