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


Glossary Item Box

Gets or sets a value indicating whether to use a Walsh code mask to omit channels from the predefined set of channels.

Syntax

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

Property Value

The default value is false.

Remarks

This property applies only to forward-link measurements, and only if Is1xEvdvEnabled is true and IsPredefinedCodeChannelsEnabled is true.

Requirements

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

See Also