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


Glossary Item Box

Gets or sets the OFDM FFT length.

Syntax

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

Property Value

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

Remarks

When Transmitter Antennas = 1, the FFT length value must be even. When Transmitter Antennas > 1, the FFT length value must be a power of two.

Requirements

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

See Also