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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property ExtensionType As Type
C# 
public virtual Type ExtensionType {get;}
C++/CLI 
public:
virtual property Type^ ExtensionType {
   Type^ get();
}

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 28.00

See Also

Reference

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