Returns whether the list you specify in the listname parameter exists, and also returns the corresponding personality of the list, if the list exists. This method does not support an empty ("") list name.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public int CheckIfListExists(string listName, out bool listExists, out RFmxInstrMXPersonalities personality)

Parameters

NameTypeDescription
listNamestring

Specifies the name of the list. This parameter accepts the list name with or without the "list::" prefix.

listExistsout bool

Indicates whether the list exists or not.

personalityout RFmxInstrMXPersonalities

Indicates the personality of the list if the list exists.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.