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


Glossary Item Box

Gets or sets the CDP Layer Walsh Code Length.

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);
}

Remarks

Sets the code layer to be used for CDP Layer traces. Limits for forward link analysis depend on the selected Analysis Channel. For reverse link, the minimum length is 4 and maximum is 16.

Requirements

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

See Also