ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgBasicConfigurationList Class

  • Updated2024-05-08
  • 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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience