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


Glossary Item Box

Gets or sets a value indicating whether pulse modulation frequency offset is automatically detected

Syntax

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

Property Value

The default value is true.

Remarks

This only applies when the assumed modulation is Continuous Wave. This determines what is used as the FM reference time trace value within the frequency/phase analysis region of each detected pulse. If true, the mean frequency offset of the individual pulse is used. If false, the ModulationFrequencyOffset property value is used for every pulse.

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