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

NameTypeDescription
setAsActiveStepbool

Sets this step as the active step for the active configuration list.

Exceptions

TypeDescription
System.ObjectDisposedException

The CreateStep method was accessed after the associated NIRfsa object was disposed.