Keysight Pathwave 89600 VSA .NET API
MaxFftSize Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SpectrumFrequency Class : MaxFftSize Property


Glossary Item Box

Gets or sets the maximum FFT size to allow for power spectrum measurements.

Syntax

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

Remarks

Larger sizes use more memory but can result in faster sweeps. This parameter is ignored for zero span measurements. Values must be a power of 2.

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 20.00

See Also