NIRfsg.BasicConfigurationList Property
- Updated2024-05-08
- 1 minute(s) read
NIRfsgBasicConfigurationList Property
Gets the BasicConfigurationList sub-object used to work with the configuration lists.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgBasicConfigurationList BasicConfigurationList { get; }
Public ReadOnly Property BasicConfigurationList As RfsgBasicConfigurationList Get
Property Value
Type: RfsgBasicConfigurationListReturns an object of type RfsgBasicConfigurationList.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The BasicConfigurationList property was accessed after the associated NIRfsg object was disposed. |