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


name
The name of the new configuration. If a configuration of the same name already exists then the name will automatically be modified to make it unique (the root part of the name will be preserved)... the HardwareConfiguration.Name property may be checked on the object that is returned from this method.

Glossary Item Box

Creates a new HardwareConfiguration object and adds it to the collection.

Syntax

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

Parameters

name
The name of the new configuration. If a configuration of the same name already exists then the name will automatically be modified to make it unique (the root part of the name will be preserved)... the HardwareConfiguration.Name property may be checked on the object that is returned from this method.

Return Value

A reference to the created configuration.

Requirements

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

See Also