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


Glossary Item Box

Gets or sets the FFT length for the HE/EHT part of the PPDU.

Syntax

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

Property Value

The default value is FftLength.Points512.

Remarks

FftLength.Points256 means that the FFT length of the HE/EHT part of the signal is 256, which is used for the 20 MHz signal bandwidth.

Requirements

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

See Also