CheckIfConfigurationListExists(string)
- Updated2025-10-14
- 1 minute(s) read
Returns whether the configuration list that you specify as listName exists.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool CheckIfConfigurationListExists(string listName)
Remarks
Supported Devices: NI PXIe-5650/5651/5652/5654/5654 with NI 5696, NI 5673E
Parameters
| Name | Type | Description |
|---|---|---|
| listName | string | Specifies the name of the configuration list. This string is case-insensitive. |
Returns
true if the configuration list exists; otherwise, false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CheckIfConfigurationListExists method was accessed after the associated NIRfsg object was disposed. |