ActiveList
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the name of the list to be active. You can use this property to configure the properties in the configuration list, and to specify which list must be accessed on calling the Initiate method.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public string ActiveList { get; set; }
Remarks
Specifies a String representing the name of the active list.
If this property is set to empty string, no list is active.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ActiveList property was accessed after the associated NIRfsg object was disposed. |