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


Glossary Item Box

Gets or sets a value indicating whether to add predefined channels to gated active channel detection.

Syntax

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

Property Value

The default value is false.

Remarks

This property applies only if Is1xEvdvEnabled is true. Normally, active code channels are automatically detected. If this does not happen for your signal, specifying true for this property and defining the corresponding F-PDCH0/1 code channels will ensure the defined code channels are included in the composite analysis.

Requirements

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

See Also