NIRfsa Namespace

Table of Contents

RfsaBasicConfigurationList Class

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

RfsaBasicConfigurationList Class

Represents the methods and properties to work with configuration list and its related steps.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsaRfsaSubObject
    NationalInstruments.ModularInstruments.NIRfsaRfsaBasicConfigurationList

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

Syntax

public sealed class RfsaBasicConfigurationList : RfsaSubObject
Public NotInheritable Class RfsaBasicConfigurationList
	Inherits RfsaSubObject

The RfsaBasicConfigurationList type exposes the following members.

Properties

 NameDescription
Public propertyActiveList Gets or sets the name of the configuration list for RF list mode that you want to activate for configuration or initiation.
Public propertyActiveStep Gets or sets the step in the configuration list for RF list mode that you want to activate for configuration or initiation.
Public propertyAdvanced Gets the Advanced sub-object to set advanced property of Configuration List.
Public propertyStepInProgress Gets the index of the current RF configuration list step that is executing in RF list mode.
Public propertyTimerEventInterval Gets or sets the time, in seconds, that the timer counts before generating a timer event.
Top

Methods

 NameDescription
Public methodCreateConfigurationList Creates an empty configuration list for RFSA list mode. Call the CreateStep(Boolean) method to add steps to the active configuration list.
Public methodCreateStep 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.
Public methodDeleteConfigurationList Deletes a previously created configuration list and all the configuration list steps in the RF list mode configuration list. When a configuration list step is deleted, all the instances of the properties associated with the configuration list step are also removed.
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 NI RF Vector Signal Analyzers Help.

See Also

Log in to get a better experience