RfsaBasicConfigurationList.DeleteConfigurationList Method
- Updated2025-05-22
- 1 minute(s) read
Rfsa
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public void DeleteConfigurationList( string listName )
Public Sub DeleteConfigurationList ( listName As String )
Parameters
- listName String
- Specifies the name of the configuration list. This string may not contain spaces, special characters, or punctuation marks.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DeleteConfigurationList(String) method was accessed after the associated NIRfsa object was disposed. |