Visual Basic (Declaration) | |
---|---|
Public MustOverride Property AdcDither As Dither |
C# | |
---|---|
public abstract Dither AdcDither {get; set;} |
The ADC Dither parameter allows you to select dither to improve the distortion or signal-to-noise ratio measurement performance. Selecting ADC Dither will improve the measurement distortion performance but at the expense of decreased signal to noise ratio performance. ADC Dither is implemented by applying an out of band random dither signal to the input of the ADC.
Choices available are dependent on the model.
- Auto (default): This is the same as the Off mode
- Off: Dither is turned off.
- On: Dither is applied at 6% of full scale.
- High: Dither is applied at 18% of full scale.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)