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


Glossary Item Box

Gets or sets the Walsh code length used for the CDP Layer trace.

Syntax

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

Property Value

The default value is 64. For forward-link measurements, the maximum value is set by BaseWalshCodeLength, and the minimum is 4. For reverse-link measurements, the maximum value is 32 and the minimum is 2.

Remarks

This property sets or returns the Walsh code length displayed in the "CDP Layer" measurement data type.

This parameter does not affect the actual demodulation, nor does it have any affect on what is displayed in the "CDP Composite" measurement data, it just determines what results are displayed in the "CDP Layer" measurement data. You can change the CodeDomainLayerWalshCodeLength after pausing a measurement, and the analyzer can compute and display new "CDP Layer" traces without having to acquire new data.

Requirements

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

See Also