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

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildMarkerString(string resultName, int markerNumber)

Parameters

NameTypeDescription
resultNamestring

Specifies the result name for building the selector string.

markerNumberint

Specifies the marker number for building the selector string.

Returns

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