CreateConfigurationList(string, RfsgConfigurationListProperties[], bool)
- Updated2025-10-14
- 1 minute(s) read
Creates an empty configuration list.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void CreateConfigurationList(string listName, RfsgConfigurationListProperties[] propertiesToSet, bool setAsActiveList)
Remarks
The following properties are valid values for this parameter's array elements:
Parameters
| Name | Type | Description |
|---|---|---|
| listName | string | Specifies the name of the configuration list. This string must not contain spaces. |
| propertiesToSet | RfsgConfigurationListProperties[] | Specifies the properties that you intends to change between configuration list steps. |
Parameters
| Name | Type | Description |
|---|---|---|
| setAsActiveList | bool | If true, sets this list as ActiveList. |