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


Glossary Item Box

Gets or sets the window used for spectrum calculations.

Syntax

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

Property Value

The default value is Hanning.

Remarks

This value is used when calculating the Phase Noise Spectrum, and also for the FM Meas Spectrum, FM Ref Spectrum, and FM Error Spectrum results. Unlike "normal" spectral analysis, this window is applied to each FMCW analysis region, and there may be (usual are) multiple such regions within each FFT.

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