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

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildSpurString2(string selectorString, int spurNumber)

Parameters

NameTypeDescription
selectorStringstring

Specifies the selector string comprising the result name and range number. You can also pass the return value of the BuildRangeString2(string, int) method as an input to this parameter. Example: "range0", "result::r1/range0".

spurNumberint

Specifies the Spur number.

Returns

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