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


Glossary Item Box

Gets or sets the base code length for forward-link measurements.

Syntax

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

Property Value

The default value is 64. The only valid values for this property are 64 and 128.

Remarks

This property is used only for forward-link measurements. It specifies the maximum Walsh code length that is analyzed and displayed in code-domain traces (CDP Composite, CDP Layer, CDE Composite, CDE Layer).

Requirements

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

See Also