ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgBasicConfigurationList.IsDone Property

  • Updated2024-05-08
  • 1 minute(s) read
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

Log in to get a better experience