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


Glossary Item Box

Gets or sets the FFT length for the pre-HE part of the PPDU.

Syntax

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

Property Value

The default value is FftLength.Points128.

Remarks

A value of FftLength.Points64 means that the FFT length is 64, which is used for the 20 MHz signal bandwidth. A value of FftLength.Points128 means that the FFT length is 128, which is used for the 40 MHz signal bandwidth. A value of FftLength.Points256 means that the FFT length is 256, which is used for the 80 MHz signal bandwidth. A value of FftLength.Points512 means that the FFT Length is 512, which is used for the 160 MHz signal bandwidth.

Requirements

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

See Also