RFmx LTE DotNET

Table of Contents

RFmxLteMXExtension.GetLteList Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXExtension.GetLteList Method

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: RFmxLteMXList
Returns an object of type RFmxLteMXList.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RFmxInstrMX. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Log in to get a better experience