EnableFractionalResampling
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether fractional resampling is enabled on the digitizer.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool EnableFractionalResampling { get; set; }
Remarks
true if the fractional resampling is enabled on the digitizer; otherwise, false.
Fractional resampling allows the digitizer to achieve very fine resolution on its I/Q rate value. Setting this property to false improves spectral performance.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The EnableFractionalResampling property was accessed after the associated NIRfsa object was disposed. |