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


Glossary Item Box

Gets or sets the threshold, which affects the minimum amplitude value that will be shown in the spectrogram / 3D map.

Syntax

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

Remarks

The threshold is a value between 0 and 100.

Requirements

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

See Also