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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public bool CheckIfConfigurationListExists(string listName)

Remarks

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

Parameters

NameTypeDescription
listNamestring

Specifies the name of the configuration list. This string is case-insensitive.

Returns

true if the configuration list exists; otherwise, false.

Exceptions

TypeDescription
System.ObjectDisposedException

The CheckIfConfigurationListExists method was accessed after the associated NIRfsg object was disposed.