StepInProgress
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The StepInProgress property was accessed after the associated NIRfsg object was disposed. |