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


name
Name to use for created Context.

Glossary Item Box

Create a new, empty Context using the default ContextExtension type, with the supplied name.

Syntax

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

Parameters

name
Name to use for created Context.

Return Value

A handle to the newly created context.

Exceptions

ExceptionDescription
System.ArgumentExceptionThrown if the supplied name already exists in the collection, or if string is an invalid name.

Requirements

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

See Also