RFmxInstrMX.GetListNames Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
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.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public int GetListNames( string selectorString, RFmxInstrMXPersonalities personalityFilter, ref string[] listNames, ref RFmxInstrMXPersonalities[] personality )
Public Function GetListNames ( selectorString As String, personalityFilter As RFmxInstrMXPersonalities, ByRef listNames As String(), ByRef personality As RFmxInstrMXPersonalities() ) As Integer
Parameters
- selectorString String
- Specifies the selector string. Pass an empty string.
- personalityFilter RFmxInstrMXPersonalities
- 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.
- listNames String
- Returns an array of the list names.
- personality RFmxInstrMXPersonalities
- Returns an array of personalities where each entry corresponds to the personality of each list name in the listNames array.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes an error or warning condition.