Creates a selector string for use with spurious emissions (Spur) configuration or fetch methods.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildRangeString2(string selectorString, int rangeNumber)

Parameters

NameTypeDescription
selectorStringstring

Specifies the selector string comprising the result name. Example: "", "result::r1".

rangeNumberint

Specifies the range number for building the selector string.

Returns

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