Keysight Pathwave 89600 VSA .NET API
Create(Type) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > ContextCollection Class > Create Method : Create(Type) Method


contextExtensionType
Type to use for ContextExtension of new Context.

Glossary Item Box

Create a new Context using the indicated ContextExtension type, using default Context.Name.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create( _
   ByVal contextExtensionType As Type _
) As Context
C# 
public abstract Context Create( 
   Type contextExtensionType
)
C++/CLI 
public:
abstract Context^ Create( 
   Type^ contextExtensionType
) 

Parameters

contextExtensionType
Type to use for ContextExtension of new Context.

Return Value

A handle to the newly created context.

Exceptions

ExceptionDescription
System.ArgumentExceptionThrown if contextExtensionType is not supported.

Requirements

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

See Also