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


Glossary Item Box

Gets or sets a value indicating the operation to perform when comparing the ThresholdA and ThresholdB thresholds with the value from the EventDataSource.

Syntax

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

Requirements

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

See Also