StepInProgress
- Updated2025-10-14
- 1 minute(s) read
Gets the index of the current RF configuration list step that is executing in RF list mode.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public long StepInProgress { get; }
Remarks
Returns an 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 NIRfsa object was disposed. |