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


Glossary Item Box

Gets or sets a value indicating whether the ADC dither signal is on.

Syntax

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

Remarks

If the value is True, Wideband IF dither is turned on. This can improve distortion measurements at the expense of noise floor. The default value is true (dither ON.)

Requirements

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

See Also