T
The type to which to cast the returned extension.
Keysight Pathwave 89600 VSA .NET API
GetMeasurementExtension<T> Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Measurement Class : GetMeasurementExtension<T> Method


Glossary Item Box

Returns the current measurement extension cast to the requested type.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetMeasurementExtension(Of T As MeasurementExtension)() As T
C# 
public abstract T GetMeasurementExtension<T>()
where T: MeasurementExtension
C++/CLI 
public:
abstract T^ GetMeasurementExtensiongeneric<typename T>
(); 
where T: MeasurementExtension

Type Parameters

T
The type to which to cast the returned extension.

Return Value

The current measurement extension cast to the requested type, or null if the current extension is not of the requested type.

Requirements

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

See Also