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


Glossary Item Box

Gets or sets the precision with which to make numerical comparisons between the thresholds and the value from the EventDataSource.

Syntax

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

Remarks

For example,

then if the value from the data source satisfies this equation, the EventRule will be satisfied:

0.9 < value < 1.1

Requirements

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

See Also