Creates selector string for use with configuration or fetch.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public static string BuildResultString(string resultName)

Parameters

NameTypeDescription
resultNamestring

Specifies the result name for building the selector string. This input accepts the result name with or without the "result::" prefix. Example: "", "result::r1", "r1".

Returns

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