Keysight Pathwave 89600 VSA .NET API
FrequencyEstimationMode Property
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > MeasurementExtension Class : FrequencyEstimationMode Property


Glossary Item Box

Gets or sets a value indicating the frequency estimation mode to use for analysis.

Syntax

Visual Basic (Declaration) 
Public Overridable Property FrequencyEstimationMode As FrequencyEstimationMode
C# 
public virtual FrequencyEstimationMode FrequencyEstimationMode {get; set;}
C++/CLI 
public:
virtual property FrequencyEstimationMode FrequencyEstimationMode {
   FrequencyEstimationMode get();
   void set (    FrequencyEstimationMode value);
}

Remarks

In most cases the default value of FrequencyEstimationMode.Normal is sufficient. To indicate a wider frequency lock range is needed, specify a value of FrequencyEstimationMode.ExtendedLockRange. To indicate frequency offset estimation and compensation should be disabled, specify a value of FrequencyEstimationMode.Disabled. If frequency estimation is disabled, the summary table will return a value of "***" for the frequency error metric.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 20.00

See Also