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


Glossary Item Box

Gets the type of the EventCondition for this EventRule. When the condition is satisfied, the enabled Actions will be performed. Obsolete. Use ExtensionType instead.

Syntax

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

Requirements

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

See Also

Reference

EventRule Class
EventRule Members
Keysight.SA.Vsa.EventRule.SetCondition``1
SetCondition(Type) Method