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


Glossary Item Box

Gets or sets a value indicating whether 1xEV-DV analysis is enabled.

Syntax

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

Property Value

The default value is false.

Remarks

This property controls whether 1xEV-DV analysis is enabled. 1xEV-DV analysis includes handling of 8-PSK and 16-QAM modulation formats on channels that have Walsh Code Length equal to 32, as well as enabling predefined F-PDCH0/1 code channels.

Requirements

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

See Also