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


Glossary Item Box

Measurement Pause operators for comparing the measured value to the user-specified threshold.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AbsoluteBetweenPause the measurement if the absolute value is less than or equal to t2 and greater than or equal to t1.20.2
AbsoluteEqualPause the measurement if the absolute value of the measured value is equal to the absolute value of the threshold.
AbsoluteGreaterPause the measurement if the absolute value of the measured value is greater than the absolute value of the threshold.
AbsoluteGreaterEqualPause the measurement if the absolute value of the measured value is greater than or equal to the absolute value of the threshold.
AbsoluteLessPause the measurement if the absolute value of the measured value is less than the absolute value of the threshold.
AbsoluteLessEqualPause the measurement if the absolute value of the measured value is less than or equal to the absolute value of the threshold.
AbsoluteNotBetweenPause the measurement if the absolute value is less than t1 or greater than t2.20.2
AbsoluteNotEqualPause the measurement if the absolute value of the measured value is not equal to the absolute value of the threshold.
BetweenPause the measurement if the measured value is less than or equal to t2 and greater than or equal to t1.20.2
EqualPause the measurement if the measured value is equal to the threshold.
GreaterPause the measurement if the measured value is greater than the threshold.
GreaterEqualPause the measurement if the measured value is greater than or equal to the threshold.
IsNotValidPause the measurement on any invalid value20.00
IsValidPause the measurement on any valid numeric value20.00
LessPause the measurement if the measured value is less than to the threshold.
LessEqualPause the measurement if the measured value is less than or equal to the threshold.
NotBetweenPause the measurement if the measured value is less than t1 or greater than t2.20.2
NotEqualPause the measurement if the 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 19.00

See Also