ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgBasicConfigurationList MethodsRfsgBasicConfigurationList.CheckIfConfigurationListExists MethodCurrent page
Table of Contents

RfsgBasicConfigurationList.CheckIfConfigurationListExists Method

RfsgBasicConfigurationList.CheckIfConfigurationListExists Method

RfsgBasicConfigurationListCheckIfConfigurationListExists Method

Returns whether the configuration list that you specify as listName exists.

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

Syntax

public bool CheckIfConfigurationListExists(
	string listName
)
Public Function CheckIfConfigurationListExists ( 
	listName As String
) As Boolean

Parameters

listName
Type: SystemString
Specifies the name of the configuration list. This string is case-insensitive.

Return Value

Type: Boolean
if the configuration list exists; otherwise, .

Exceptions

ExceptionCondition
ObjectDisposedException The CheckIfConfigurationListExists(String) method was accessed after the associated NIRfsg object was disposed.

Remarks

Supported Devices: NI PXIe-5650/5651/5652/5654/5654 with NI 5696, NI 5673E

See Also

Was this information helpful?