Keysight Pathwave 89600 VSA .NET API
Selection Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MulticarrierFilter Class : Selection Property


Glossary Item Box

Gets or sets the method for selecting the multi-carrier filter.

Syntax

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

Property Value

The default value is MulticarrierFilterSelection.None.

Remarks

Note that this filter is applied regardless of the setting of ModulationScheme or MultipleAccessScheme.

When set to MulticarrierFilterSelection.Arbitrary, the user must supply the arbitrary filter coefficients using the ArbitraryCoefficients property.

When set to MulticarrierFilterSelection.WindowedSinc, the user must specify the WindowedSincWindow and PassBandwidth. In addition, the user must specify either WindowedSincLength or TransitionBandwidth.

When set to MulticarrierFilterSelection.Remez, the user must specify the PassBandwidth, TransitionBandwidth, RemezAttenuation, and RemezRipple properties.

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 21.00

See Also