RfsgBasicConfigurationList Class
- Updated2024-05-08
- 3 minute(s) read
RfsgBasicConfigurationList Class
Provides the methods and properties used to work with configuration lists.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfsgRfsgSubObject
NationalInstruments.ModularInstruments.NIRfsgRfsgBasicConfigurationList
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
Name | Description | |
---|---|---|
![]() | ActiveList |
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.
|
![]() | ActiveStep |
Gets or sets the step to be set to active to configure the configuration list properties.
|
![]() | IsDone |
Gets whether the configuration list is still running or done. To read this property, the device must be in the Generation state.
|
![]() | Repeat |
Gets or sets whether the configuration list runs only once or continuously.
|
![]() | StepInProgress |
Gets the index of the current configuration list step programmed to the hardware.
|
Methods
Name | Description | |
---|---|---|
![]() | CheckIfConfigurationListExists |
Returns whether the configuration list that you specify as listName exists.
|
![]() | CreateConfigurationList |
Creates an empty configuration list.
|
![]() | CreateStep |
Creates a new configuration list step in the configuration list specified by ActiveList.
|
![]() | DeleteConfigurationList |
Deletes a previously created configuration list and all the configuration list steps in the configuration list.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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 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.