CheckIfListExists(string, out bool, out RFmxInstrMXPersonalities)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| listName | string | Specifies the name of the list. This parameter accepts the list name with or without the "list::" prefix. |
| listExists | out bool | Indicates whether the list exists or not. |
| personality | out 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.