Keysight Pathwave 89600 VSA .NET API
IsIFDitherAuto Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Spectrum Class : IsIFDitherAuto Property


Glossary Item Box

Gets or sets a value indicating whether IF frequency dither is enabled or disabled automatically based upon the measurement setup.

Syntax

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

Remarks

If this is true then at high resolution bandwidths IsIFDitherEnabled will be automatically set to false and at low resolution bandwidths it will be set to true.

Requirements

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

See Also