NIRfsa Namespace

Table of Contents

RfsaBasicConfigurationList.DeleteConfigurationList Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsaBasicConfigurationList.DeleteConfigurationList Method

RfsaBasicConfigurationListDeleteConfigurationList Method

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

ExceptionCondition
ObjectDisposedException The DeleteConfigurationList(String) method was accessed after the associated NIRfsa object was disposed.

See Also

Log in to get a better experience