Keysight Pathwave 89600 VSA .NET API
Dither Enumeration
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace : Dither Enumeration


Glossary Item Box

The dither settings for XSeries instruments

Syntax

Visual Basic (Declaration) 
Public Enum Dither 
   Inherits System.Enum
C# 
public enum Dither : System.Enum 
C++/CLI 
public enum class Dither : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AutoAuto. This is the same as the off mode.
HighDither is applied at 18% of full scale. The High setting is only valid for the PXA analyzer. In other X-Series analyzers the High mode is the same as the On mode.
OffDither is turned off.
OnDither is applied at 6% of full scale.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The settings that are available for a given instrument are determined by the model

Requirements

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

See Also