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


Glossary Item Box

Gets or sets a value indicating whether multi-carrier filter is enabled.

Syntax

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

Remarks

Setting this property to True applies a filter which eliminates interference from adjacent channels, with increased measurement error for single carrier measurements.

Requirements

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

See Also