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


Glossary Item Box

Gets or sets the modulation format of predefined FPDCH-0 channels.

Syntax

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

Property Value

The default value is ChannelModulation.Qam16.

Remarks

This property applies only to forward-link measurements, and only when Is1xEvdvEnabled is true, IsPredefinedCodeChannelsEnabled is true, and PredefinedFpdch0CodeChannels is greater than zero.

Requirements

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

See Also