CreateStep(bool)
- Updated2025-10-14
- 1 minute(s) read
Creates a new configuration list step in the configuration list for RF list mode specified by the ActiveList property. When you create a configuration list step, a new instance of each property specified by the configuration list properties is created. Configuration list properties are specified when a configuration list is created.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void CreateStep(bool setAsActiveStep)
Parameters
| Name | Type | Description |
|---|---|---|
| setAsActiveStep | bool | Sets this step as the active step for the active configuration list. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CreateStep method was accessed after the associated NIRfsa object was disposed. |