Keysight Pathwave 89600 VSA .NET API
ExtensionType Method
See Also 
Agilent.SA.Vsa.Rfid.Interfaces Assembly > Agilent.SA.Vsa.Rfid Namespace > MeasurementExtension Class : ExtensionType Method


Glossary Item Box

Returns the type for instances this measurement extension. Some tools are unable to use the generic methods provided on Agilent.SA.Vsa.Measurement class so this is provided as an alternative.

Syntax

Visual Basic (Declaration) 
Public Shared Function ExtensionType() As Type
C# 
public static Type ExtensionType()
C++/CLI 
public:
static Type^ ExtensionType(); 

Return Value

A System.Type object for the MeasurementExtension type.

Requirements

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

See Also