RfsaBasicConfigurationList Class
- Updated2025-05-22
- 3 minute(s) read
Rfsa
Represents the methods and properties to work with configuration list and its related steps.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfsaRfsaSubObject
NationalInstruments.ModularInstruments.NIRfsaRfsaBasicConfigurationList
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
Name | Description | |
---|---|---|
![]() | ActiveList | Gets or sets the name of the configuration list for RF list mode that you want to activate for configuration or initiation. |
![]() | ActiveStep | Gets or sets the step in the configuration list for RF list mode that you want to activate for configuration or initiation. |
![]() | Advanced | Gets the Advanced sub-object to set advanced property of Configuration List. |
![]() | StepInProgress | Gets the index of the current RF configuration list step that is executing in RF list mode. |
![]() | TimerEventInterval | Gets or sets the time, in seconds, that the timer counts before generating a timer event. |
Methods
Name | Description | |
---|---|---|
![]() | CreateConfigurationList | Creates an empty configuration list for RFSA list mode. Call the CreateStep(Boolean) method to add steps to the active configuration list. |
![]() | CreateStep | 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. |
![]() | DeleteConfigurationList | 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. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Remarks
For more information, refer to NI RF Vector Signal Analyzers Help.