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


Glossary Item Box

Gets or sets the Walsh code QOF value.

Syntax

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

Property Value

The default value is 0. The maximum value is 3, and the minimum is 0.

Remarks

This property is used only for forward-link measurements.

Requirements

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

See Also