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


Glossary Item Box

Indicates the operator used to compare the value with the threshold(s).

Syntax

Visual Basic (Declaration) 
Public Enum ThresholdOperator 
   Inherits System.Enum
C# 
public enum ThresholdOperator : System.Enum 
C++/CLI 
public enum class ThresholdOperator : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
BetweenThe measured value is between A and B (comparison used is "less than or equal to").
EqualThe measured value is equal to the threshold.
GreaterThe measured value is greater than the threshold.
GreaterEqualThe measured value is greater than or equal to the threshold.
IsNotValidThe measured value is valid (not ***, ---, or NaN).
IsValidThe measured value is not valid (***, ---, or NaN).
LessThe measured value is less than to the threshold.
LessEqualThe measured value is less than or equal to the threshold.
NotEqualThe measured value is not equal to the threshold.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also