RfsaBasicConfigurationList Class
- Updated2025-10-14
- 1 minute(s) read
Represents the methods and properties to work with configuration list and its related steps.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaBasicConfigurationList : RfsaSubObject
Remarks
For more information, refer to NI RF Vector Signal Analyzers Help.
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(string, RfsaConfigurationListProperties[], bool) | Creates an empty configuration list for RFSA list mode. Call the CreateStep method to add steps to the active configuration list. |
| CreateStep(bool) | 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(string) | 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. |