NIRfsg Namespace

Table of Contents

RfsgBasicConfigurationList Class

  • Updated2025-05-22
  • 3 minute(s) read
RfsgBasicConfigurationList Class

RfsgBasicConfigurationList Class

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

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgSubObject
    NationalInstruments.ModularInstruments.NIRfsgRfsgBasicConfigurationList

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public sealed class RfsgBasicConfigurationList : RfsgSubObject
Public NotInheritable Class RfsgBasicConfigurationList
	Inherits RfsgSubObject

The RfsgBasicConfigurationList type exposes the following members.

Properties

 NameDescription
Public propertyActiveList 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.
Public propertyActiveStep Gets or sets the step to be set to active to configure the configuration list properties.
Public propertyIsDone Gets whether the configuration list is still running or done. To read this property, the device must be in the Generation state.
Public propertyRepeat Gets or sets whether the configuration list runs only once or continuously.
Public propertyStepInProgress Gets the index of the current configuration list step programmed to the hardware.
Top

Methods

 NameDescription
Public methodCheckIfConfigurationListExists Returns whether the configuration list that you specify as listName exists.
Public methodCreateConfigurationList Creates an empty configuration list.
Public methodCreateStep Creates a new configuration list step in the configuration list specified by ActiveList.
Public methodDeleteConfigurationList Deletes a previously created configuration list and all the configuration list steps in the configuration list.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

Remarks

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

See Also

Log in to get a better experience