RfsaSpectrumAcquisitionConfiguration.FftWidth Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets the FFT width of the device. The FFT width is the effective bandwidth of the signal path during each signal acquisition.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double FftWidth { get; set; }
Public Property FftWidth As Double Get Set
Property Value
DoubleSpecifies a Double representing the FFT Bandwidth.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The FftWidth property was accessed after the associated NIRfsa object was disposed. |