RfsaSpectrumAcquisitionConfiguration.FftWindowSize Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets the size of the window used in the fast Fourier transform (FFT).
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public int FftWindowSize { get; }
Public ReadOnly Property FftWindowSize As Integer Get
Property Value
Int32Returns an Int32 representing the size of the window used in the fast Fourier transform (FFT).
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The FftWindowSize property was accessed after the associated NIRfsa object was disposed. |