RfsgBasicConfigurationList.ActiveList Property
- Updated2024-05-08
- 1 minute(s) read
RfsgBasicConfigurationListActiveList Property
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public string ActiveList { get; set; }
Public Property ActiveList As String Get Set
Property Value
Type: StringSpecifies a String representing the name of the active list.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ActiveList property was accessed after the associated NIRfsg object was disposed. |
Remarks
If this property is set to empty string, no list is active.