RFmxLteMXExtension.GetLteList Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXExtensionGetLteList Method
Creates a new Lte list if it doesn't exist; otherwise, it returns the
existing Lte list.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public static RFmxLteMXList GetLteList( this RFmxInstrMX instrSession, string listName )
<ExtensionAttribute> Public Shared Function GetLteList ( instrSession As RFmxInstrMX, listName As String ) As RFmxLteMXList
Parameters
- instrSession
- Type: RFmxInstrMX
Specifies an instr session. - listName
- Type: SystemString
Specifies the name of the list. This parameter accepts the list name with or without the "list::" prefix.Example:
"list::list1"
"list1"
Return Value
Type: RFmxLteMXListReturns an object of type RFmxLteMXList.