GetSignalConfigurationNames(string, RFmxInstrMXPersonalities, ref string[], ref RFmxInstrMXPersonalities[])
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the selector string. Pass an empty string. |
| personalityFilter | RFmxInstrMXPersonalities | 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. |
| signalNames | ref string[] | Returns an array of the signal names. |
| personality | ref 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.