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


Glossary Item Box

Gets or sets a value indicating whether a 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);
}

Property Value

The default value is false.

Remarks

When this property is true, the measurement applies a filter which eliminates interference from adjacent channels. However, this filter causes increased measurement error for single-carrier measurements, so it should only be enabled when signals really are present on adjacent channels.

Requirements

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

See Also