Returns the list names and the corresponding selected personality type from the personalityFilter parameter. When you set the personalityFilter parameter to all, this function returns the available list names for all supported personalities.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public int GetListNames(string selectorString, RFmxInstrMXPersonalities personalityFilter, ref string[] listNames, ref RFmxInstrMXPersonalities[] personality)

Parameters

NameTypeDescription
selectorStringstring

Specifies the selector string. Pass an empty string.

personalityFilterRFmxInstrMXPersonalities

Specifies the personality filter to get the list names. You can specify one or more personalities. The default value is All. To get all the list names of SpecAn, personalityFilter parameter should be RFmxInstrMXPersonalities.SpecAn. To get the list names of SpecAn and LTE, personalityFilter parameter should be RFmxInstrMXPersonalities.SpecAn and RFmxInstrMXPersonalities.Lte. To get the list names of all personalities, personalityFilter parameter should be RFmxInstrMXPersonalities.All.

listNamesref string[]

Returns an array of the list names.

personalityref RFmxInstrMXPersonalities[]

Returns an array of personalities where each entry corresponds to the personality of each list name in the listNames array.

Returns

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