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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public long StepInProgress { get; }

Remarks

Returns a Int64 representing the step being executed currently.

The list is zero-indexed.

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

Exceptions

TypeDescription
System.ObjectDisposedException

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