Keysight Pathwave 89600 VSA .NET API
MulticarrierFilterEnabled Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > ComponentCarrier Class : MulticarrierFilterEnabled Property


Glossary Item Box

Gets or sets a value indicating whether to apply a band-pass filter to the carrier before demodulation.

Syntax

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

Remarks

Useful for filtering out the effects of nearby carriers in a multi-carrier scenario.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.00

See Also