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


Glossary Item Box

Gets or sets the threshold level required to identify pulse trains as a match.

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 value is used for comparison against the train scoring values, such that if the score is greater than or equal to the threshold, the train is a considered a match the this reference train.

Requirements

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

See Also