ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgBasicConfigurationList.StepInProgress Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgBasicConfigurationList.StepInProgress Property

RfsgBasicConfigurationListStepInProgress Property

Gets the index of the current configuration list step programmed to the hardware.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public long StepInProgress { get; }
Public ReadOnly Property StepInProgress As Long
	Get

Property Value

Type: Int64
Returns a Int64 representing the step being executed currently.

Exceptions

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

Remarks

The list is zero-indexed.

You can query this property only when a list is being executed.

See Also

Log in to get a better experience