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


name
The name of the configuration to remove.

Glossary Item Box

Removes the given configuration

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub Remove( _
   ByVal name As String _
) 
C# 
public abstract void Remove( 
   string name
)
C++/CLI 
public:
abstract void Remove( 
   String^ name
) 

Parameters

name
The name of the configuration to remove.

Requirements

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

See Also