Keysight Pathwave 89600 VSA .NET API
GetAvailableExtensionTypes Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.VsaInternal Namespace > IExtensible Interface : GetAvailableExtensionTypes Method


Glossary Item Box

Gets the available extension types that can be used with SetExtension.

Syntax

Visual Basic (Declaration) 
Function GetAvailableExtensionTypes() As Type()
C# 
Type[] GetAvailableExtensionTypes()
C++/CLI 
array<Type^>^ GetAvailableExtensionTypes(); 

Return Value

array of System.Types

Requirements

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

See Also