Creates a selector string for use with marker configuration or fetch methods.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildMarkerString2(string selectorString, int markerNumber)

Parameters

NameTypeDescription
selectorStringstring

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

markerNumberint

Specifies the marker number.

Returns

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