ActiveList
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the name of the configuration list for RF list mode that you want to activate for configuration or initiation.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public string ActiveList { get; set; }
Remarks
Specifies a String representing the name of the active list.
Activating a list makes all properties in the list reflect the value of the properties that correspond to the set specified by the ActiveList and ActiveStep properties. Set this property to an empty string to disable RF list mode.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ActiveList property was accessed after the associated NIRfsa object was disposed. |