Keysight Pathwave 89600 VSA .NET API
AdcDither Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace > InputExtension Class : AdcDither Property


Glossary Item Box

Gets or sets the ADC dither mode of the RF input to the analyzer.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property AdcDither As Dither
C# 
public abstract Dither AdcDither {get; set;}
C++/CLI 
public:
abstract property Dither AdcDither {
   Dither get();
   void set (    Dither value);
}

Remarks

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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also