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


Glossary Item Box

Gets or sets the center portion (%) of the dwell used for frequency and phase calculations.

Syntax

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

Requirements

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

See Also