Creates the list step string.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildListStepString(string selectorString, string resultName, int listStepNumber)

Parameters

NameTypeDescription
selectorStringstring

Specifies the list name. This input accepts the list name with or without the "list::" prefix. Example: "list::samplelist1" "samplelist1"

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"

listStepNumberint

Specifies the list step number.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.