DeleteConfigurationList(string)
- Updated2025-10-14
- 1 minute(s) read
Deletes a previously created configuration list and all the configuration list steps in the RF list mode configuration list. When a configuration list step is deleted, all the instances of the properties associated with the configuration list step are also removed.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void DeleteConfigurationList(string listName)
Parameters
| Name | Type | Description |
|---|---|---|
| listName | string | Specifies the name of the configuration list. This string may not contain spaces, special characters, or punctuation marks. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DeleteConfigurationList method was accessed after the associated NIRfsa object was disposed. |