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


Glossary Item Box

Gets or sets the Walsh code number used for despread channel analysis.

Syntax

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

Property Value

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

Remarks

This property is the Walsh code channel number for cdma2000 measurements. This is the code number that is displayed in the Channel IQ Meas Time, Channel IQ Ref Time, Channel Error Vector Time, Channel Magnitude Error, Channel Phase Error, and Channel Syms/Errs traces. In addition to specifying the code channel number, you should also specify the Walsh code length (see the WalshCodeLength property) to completely specify which CDMA channel is being analyzed. For uplink you also should specify whether you want I or Q bits using the IQBranch property. You can change the WalshCodeNumber after pausing a measurement, and the analyzer can compute and display new 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