BuildListString(string, string)
- Updated2025-10-13
- 1 minute(s) read
Creates the list string.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public static string BuildListString(string listName, string resultName)
Parameters
| Name | Type | Description |
|---|---|---|
| listName | string | Specifies the list name for building the selector string. This input accepts the list name with or without the "list::" prefix. |
| resultName | string | Specifies the name to be associated with measurement results. Provide a unique name, such as "r1" to enable fetching of multiple measurement results and traces. This input accepts the result name with or without the "result::" prefix. Example: "result::r1" "r1" |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.