Keysight Pathwave 89600 VSA .NET API
IsSupported(Measurement) Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > NewRadioContextExtension Class : IsSupported(Measurement) Method


measurement
The measurement to check new radio context support.

Glossary Item Box

Gets whether the measurement supports the new radio context extension.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function IsSupported( _
   ByVal measurement As Measurement _
) As Boolean
C# 
public abstract bool IsSupported( 
   Measurement measurement
)
C++/CLI 
public:
abstract bool IsSupported( 
   Measurement^ measurement
) 

Parameters

measurement
The measurement to check new radio context support.

Return Value

A value indicating if the measurement supports a new radio context.

Requirements

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

See Also