Creates the offset string to use as the selector string with SEM and ACP offset configuration or fetch methods.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildOffsetString2(string selectorString, int offsetNumber)

Parameters

NameTypeDescription
selectorStringstring

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

offsetNumberint

Specifies the offset number.

Returns

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