Creates the carrier string to use as the selector string with the SEM, ACP, and CHP carrier configuration or fetch properties and methods.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public static string BuildCarrierString2(string selectorString, int carrierNumber)

Parameters

NameTypeDescription
selectorStringstring

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

carrierNumberint

Specifies the carrier number.

Returns

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