Keysight Pathwave 89600 VSA .NET API
SetExtension(Type) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventRule Class > SetExtension Method : SetExtension(Type) Method


extensionType
The desired EventCondition type.

Glossary Item Box

Changes the current EventCondition to the indicated type (if necessary) and returns a handle to the EventCondition object.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function SetExtension( _
   ByVal extensionType As Type _
) As Object
C# 
public abstract object SetExtension( 
   Type extensionType
)
C++/CLI 
public:
abstract Object^ SetExtension( 
   Type^ extensionType
) 

Parameters

extensionType
The desired EventCondition type.

Return Value

A handle to the requested EventCondition object. If the requested EventCondition type is not available, an exception is thrown. In this case, the previous EventCondition type is left unchanged.

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