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


Glossary Item Box

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

Overload List

OverloadDescription
Create()Create a new, empty Context using the default ContextExtension type, and default Context.Name.  
Create(String)Create a new, empty Context using the default ContextExtension type, with the supplied name.  
Create(Type)Create a new Context using the indicated ContextExtension type, using default Context.Name.  
Create(Type,String)Create a new Context using the indicated ContextExtension type, with the supplied name.  
Create(Context)Creates a new Context identical to the supplied Context, using default Context.Name.  
Create(Context,String)Creates a new Context identical to the supplied Context, using supplied name.  

Requirements

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

See Also