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


Glossary Item Box

Gets or sets a Walsh code mask used for predefined code channels.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property PredefinedWalshCodeMask As String
C# 
public abstract string PredefinedWalshCodeMask {get; set;}
C++/CLI 
public:
abstract property String^ PredefinedWalshCodeMask {
   String^ get();
   void set (    String^ value);
}

Property Value

The default value is "0000000000001".

Remarks

This property is used only for forward-link measurements, and only if Is1xEvdvEnabled is true, IsPredefinedCodeChannelsEnabled is true, and IsPredefinedWalshCodeMaskEnabled is true.

Requirements

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

See Also