AIChannel.DitherEnable Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelDitherEnable Property
Specifies whether to enable dithering. Dithering adds Gaussian noise to the input signal. You can use dithering to achieve higher resolution measurements by over sampling the input signal and averaging the results.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool DitherEnable { get; set; }
Public Property DitherEnable As Boolean Get Set
Property Value
Type: BooleanSpecifies whether to enable dithering. Dithering adds Gaussian noise to the input signal. You can use dithering to achieve higher resolution measurements by over sampling the input signal and averaging the results.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |