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


extensionType
The desired EventDataSourceExtension type.

Glossary Item Box

Changes the current EventDataSourceExtension to the indicated type (if necessary) and returns a handle to the EventDataSourceExtension 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 EventDataSourceExtension type.

Return Value

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

Requirements

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

See Also