RfsgBasicConfigurationList.IsDone Property
- Updated2024-05-08
- 1 minute(s) read
RfsgBasicConfigurationListIsDone Property
Gets whether the configuration list is still running or done. To read this property, the device must be in the Generation state.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool IsDone { get; }
Public ReadOnly Property IsDone As Boolean Get
Property Value
Type: Booleanif configuration list is done; otherwise, .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The IsDone property was accessed after the associated NIRfsg object was disposed. |