Gets or sets whether dithering is enabled on the digitizer.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public RfsaDigitizerDitherEnabled DigitizerDitherEnabled { get; set; }

Remarks

true if dithering is enabled on the digitizer; otherwise, false.

Dithering adds band-limited noise in the analog signal path to help reduce the quantization effects of the A/D converter and improve spectral performance.

Exceptions

TypeDescription
System.ObjectDisposedException

The DigitizerDitherEnabled property was accessed after the associated NIRfsa object was disposed.