RfsaBasicConfigurationList.CreateConfigurationList Method
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Creates an empty configuration list for RFSA list mode. Call the CreateStep(Boolean) method to add steps to the active configuration list.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public void CreateConfigurationList( string listName, RfsaConfigurationListProperties[] properties, bool setAsActiveList )
Public Sub CreateConfigurationList ( listName As String, properties As RfsaConfigurationListProperties(), setAsActiveList As Boolean )
Parameters
- listName String
- Specifies the name of the configuration list. This string must not contain spaces, special characters, or punctuation marks.
- properties RfsaConfigurationListProperties
- Specifies the properties that you intend to change between configuration list steps. Calling the CreateConfigurationList(String, RfsaConfigurationListProperties, Boolean) method allocates space for each of the configuration list properties. When you use set one of the configuration list properties, that property is set as one of the configuration list steps. Specify which configuration list step is being configured using the CreateStep(Boolean) property.
- setAsActiveList Boolean
- Sets this list as the active configuration list when this parameter is set to .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The CreateConfigurationList(String, RfsaConfigurationListProperties, Boolean) method was accessed after the associated NIRfsa object was disposed. |