Visual Basic (Declaration) | |
---|---|
Public Enum MeasurementPauseOperator Inherits System.Enum |
C# | |
---|---|
public enum MeasurementPauseOperator : System.Enum |
C++/CLI | |
---|---|
public enum class MeasurementPauseOperator : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
AbsoluteBetween | Pause the measurement if the absolute value is less than or equal to t2 and greater than or equal to t1. | 20.2 |
AbsoluteEqual | Pause the measurement if the absolute value of the measured value is equal to the absolute value of the threshold. | — |
AbsoluteGreater | Pause the measurement if the absolute value of the measured value is greater than the absolute value of the threshold. | — |
AbsoluteGreaterEqual | Pause the measurement if the absolute value of the measured value is greater than or equal to the absolute value of the threshold. | — |
AbsoluteLess | Pause the measurement if the absolute value of the measured value is less than the absolute value of the threshold. | — |
AbsoluteLessEqual | Pause the measurement if the absolute value of the measured value is less than or equal to the absolute value of the threshold. | — |
AbsoluteNotBetween | Pause the measurement if the absolute value is less than t1 or greater than t2. | 20.2 |
AbsoluteNotEqual | Pause the measurement if the absolute value of the measured value is not equal to the absolute value of the threshold. | — |
Between | Pause the measurement if the measured value is less than or equal to t2 and greater than or equal to t1. | 20.2 |
Equal | Pause the measurement if the measured value is equal to the threshold. | — |
Greater | Pause the measurement if the measured value is greater than the threshold. | — |
GreaterEqual | Pause the measurement if the measured value is greater than or equal to the threshold. | — |
IsNotValid | Pause the measurement on any invalid value | 20.00 |
IsValid | Pause the measurement on any valid numeric value | 20.00 |
Less | Pause the measurement if the measured value is less than to the threshold. | — |
LessEqual | Pause the measurement if the measured value is less than or equal to the threshold. | — |
NotBetween | Pause the measurement if the measured value is less than t1 or greater than t2. | 20.2 |
NotEqual | Pause 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. |
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