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


Glossary Item Box

Gets or sets a value which is the minimum amplitude (dB) excursion to indicate a peak.

Syntax

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

Remarks

All peaks found via Marker.MoveTo must meet this excursion criteria. A signal must rise by at least this excursion value and then fall back from its local maximum by at least this excursion value to be considered a peak. This excursion value only applies to amplitude traces. If IsPeakThreshold is true, then then minimum amplitude of a peak must be above the total of the peak excursion plus the PeakThreshold. This setting is only used if IsPeakExcursion is set to true.

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 18.50

See Also