GetNRList(this RFmxInstrMX, string)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| instrSession | this RFmxInstrMX | Specifies an instr session. |
| listName | string | Specifies the name of the list. This parameter accepts the list name with or without the "list::" prefix. Example: "list::list1" |
Returns
Returns an object of type RFmxNRMXList.