ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgBasicConfigurationList.IsDone Property

RfsgBasicConfigurationList.IsDone Property

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: Boolean
if configuration list is done; otherwise, .

Exceptions

ExceptionCondition
ObjectDisposedException The IsDone property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?