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

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public static RFmxNRMXList GetNRList(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 RFmxNRMXList.