Keysight Pathwave 89600 VSA .NET API
CheckIfSatisfied Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventCondition Class : CheckIfSatisfied Method


context
context within which to check if the EventCondition is satisfied (the condition may be satisfied for some measurements and not others)

Glossary Item Box

Gets a value indicating whether the EventCondition is satisfied, based on the specified measurement's results.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function CheckIfSatisfied( _
   ByVal context As Measurement _
) As Boolean
C# 
public abstract bool CheckIfSatisfied( 
   Measurement context
)
C++/CLI 
public:
abstract bool CheckIfSatisfied( 
   Measurement^ context
) 

Parameters

context
context within which to check if the EventCondition is satisfied (the condition may be satisfied for some measurements and not others)

Return Value

true if satisfied, false otherwise

Remarks

This method should only be called once the measurement results are stable.

Requirements

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

See Also