Returns the signal names and corresponding personality type, for the personality type selected in the personalityFilter parameter.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public int GetSignalConfigurationNames(string selectorString, RFmxInstrMXPersonalities personalityFilter, ref string[] signalNames, ref RFmxInstrMXPersonalities[] personality)

Parameters

NameTypeDescription
selectorStringstring

Specifies the selector string. Pass an empty string.

personalityFilterRFmxInstrMXPersonalities

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

signalNamesref string[]

Returns an array of the signal names.

personalityref RFmxInstrMXPersonalities[]

Returns an array of personalities where each entry corresponds to the personality of each signal name in the signalNames array.

Returns

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