BuildListStepString(string, string, int)
- Updated2025-10-13
- 1 minute(s) read
Creates the list step string.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public static string BuildListStepString(string selectorString, string resultName, int listStepNumber)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the list name. This input accepts the list name with or without the "list::" prefix. Example: "list::samplelist1" "samplelist1" |
| 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" |
| listStepNumber | int | Specifies the list step number. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.