Visual Basic (Declaration) | |
---|---|
Public MustOverride Property WalshCodeNumber As Integer |
C# | |
---|---|
public abstract int WalshCodeNumber {get; set;} |
Property Value
The default value is 0. The maximum value is WalshCodeLength-1, and the minimum is 0.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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)