Provides the methods and properties used to work with configuration lists.

Derives from

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public class RfsgBasicConfigurationList : RfsgSubObject

Remarks

For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in the NI RF Signal Generators Help.

Properties

NameDescription
ActiveList

Gets or sets the name of the list to be active. You can use this property to configure the properties in the configuration list, and to specify which list must be accessed on calling the Initiate method.

ActiveStep

Gets or sets the step to be set to active to configure the configuration list properties.

IsDone

Gets whether the configuration list is still running or done. To read this property, the device must be in the Generation state.

Repeat

Gets or sets whether the configuration list runs only once or continuously.

StepInProgress

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

Methods

NameDescription
CheckIfConfigurationListExists(string)

Returns whether the configuration list that you specify as listName exists.

CreateConfigurationList(string, RfsgConfigurationListProperties[], bool)

Creates an empty configuration list.

CreateStep(bool)

Creates a new configuration list step in the configuration list specified by ActiveList.

DeleteConfigurationList(string)

Deletes a previously created configuration list and all the configuration list steps in the configuration list.