Creates the list string.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildListString(string listName, string resultName)

Parameters

NameTypeDescription
listNamestring

Specifies the list name for building the selector string. This input accepts the list name with or without the "list::" prefix.

resultNamestring

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.