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


Glossary Item Box

Gets or sets the Walsh code column index for the predefined channels.

Syntax

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

Property Value

The default value is 0. The maximum value is 3, 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