ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgBasicConfigurationList.ActiveList Property

RfsgBasicConfigurationList.ActiveList Property

RfsgBasicConfigurationListActiveList Property

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.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public string ActiveList { get; set; }
Public Property ActiveList As String
	Get
	Set

Property Value

Type: String
Specifies a String representing the name of the active list.

Exceptions

ExceptionCondition
ObjectDisposedException The ActiveList property was accessed after the associated NIRfsg object was disposed.

Remarks

If this property is set to empty string, no list is active.

See Also

Was this information helpful?