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


Glossary Item Box

Gets or sets a value indicating whether the number of time-domain coefficients for the multi-carrier filter is automatically calculated.

Syntax

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

Property Value

The default value is true.

Remarks

This is used only when Selection is set to MulticarrierFilterSelection.WindowedSinc. If the value is true, the length of the coefficients of the multi-carrier filter is automatically computed from the PassBandwidth and TransitionBandwidth. If the value is false, the length of the coefficients of the multi-carrier filter is specified by WindowedSincLength.

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