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


Glossary Item Box

Gets the type of the current ContextExtension.

Syntax

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

Remarks

The type indicated here can be used with Keysight.SA.Vsa.Context.GetExtension``1 to retrieve the current extension with access to extension-specific members.

Requirements

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

See Also