Creates a new Lte list if it doesn't exist; otherwise, it returns the existing Lte list.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public static RFmxLteMXList GetLteList(this RFmxInstrMX instrSession, string listName)

Parameters

NameTypeDescription
instrSessionthis RFmxInstrMX

Specifies an instr session.

listNamestring

Specifies the name of the list. This parameter accepts the list name with or without the "list::" prefix. Example: "list::list1"
"list1"

Returns

Returns an object of type RFmxLteMXList.