Creates the selector string for use with Spurious emissions (Spur) measurement results or fetch methods.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildRangeSpurString(string resultName, int rangeNumber, int spurNumber)

Parameters

NameTypeDescription
resultNamestring

Specifies the name of the result. Provide a unique name, such as "r1" to enable fetching of multiple measurement results and traces. An empty string refers to the default result instance.

rangeNumberint

Specifies the range number.

spurNumberint

Specifies the Spur number.

Returns

Upon return, contains the selector string created by this method.