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


Glossary Item Box

Gets or sets the LO dither on/off setting for XSeries instruments. This selection is not available with all DIF paths. When LO dither is enabled, LO Mode will automatically be switched to XO Mode regardless of the phase noise optimization mode selected.

Syntax

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

Requirements

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

See Also