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


Glossary Item Box

Gets or sets the filter overlap factor (K) used for FBMC modulation.

Syntax

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

Property Value

The default value is 4. The minimum is 1, and the maximum is 65536.

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