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


Glossary Item Box

Gets a handle to the current Condition object. The caller must cast it to the appropriate type (indicated by the ExtensionType property) to access members of the object.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Condition As EventCondition
C# 
public abstract EventCondition Condition {get;}
C++/CLI 
public:
abstract property EventCondition^ Condition {
   EventCondition^ get();
}

Property Value

A handle to the Condition object.

Requirements

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

See Also