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


Glossary Item Box

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

Syntax

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

Remarks

All peaks found via Marker.MoveTo must be above this threshold. This threshold only applies to amplitude traces. This setting is only used if IsPeakThreshold 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