FftWidth
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the FFT width of the device. The FFT width is the effective bandwidth of the signal path during each signal acquisition.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double FftWidth { get; set; }
Remarks
Specifies a Double representing the FFT Bandwidth.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FftWidth property was accessed after the associated NIRfsa object was disposed. |