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.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).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)