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.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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)