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


Glossary Item Box

Gets or sets the number of predefined FPDCH-0 channels.

Syntax

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

Property Value

The default value is 1. The maximum value is 28, and the minimum is 0.

Remarks

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

Requirements

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

See Also