RfsgBasicConfigurationList.IsDone Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool IsDone { get; }
Public ReadOnly Property IsDone As Boolean Get
Property Value
Booleanif configuration list is done; otherwise, .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The IsDone property was accessed after the associated NIRfsg object was disposed. |