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


Glossary Item Box

Gets or sets a value indicating whether to automatically determine the despread channel modulation.

Syntax

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

Property Value

The default value is true.

Remarks

This property is used only if Is1xEvdvEnabled is true, and the WalshCodeLength is 32. If the property is true, the modulation format of the despread channel (the channel specified by WalshCodeLength and WalshCodeNumber) is automatically determined. If false, the ChannelModulation property specifies the modulation format.

Requirements

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

See Also