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

NameTypeDescription
listNamestring

Specifies the name of the configuration list. This string may not contain spaces, special characters, or punctuation marks.

Exceptions

TypeDescription
System.ObjectDisposedException

The DeleteConfigurationList method was accessed after the associated NIRfsa object was disposed.