Configures the array of maximum output power of the component carrier.
Use "subblock(n)" as the selector string to configure this method.
This method is considered only when you set the Link Direction method to Downlink, eNodeB Category method to Medium Range Base Station, and SEM DL Mask Type method to eNodeB Category Based.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureMaximumOutputPowerArray(string selectorString, double[] componentCarrierMaximumOutputPower)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the subblock number.
Example:
"subblock0"
You can use the BuildSubblockString(string, int) method to build the selector string.

componentCarrierMaximumOutputPowerdouble[]

Specifies the array of maximum output power per carrier, which is used only to choose the limit table for Medium Range Base Station. This value is expressed in dBm. Refer to the section 6.6.3 of the 3GPP 36.141 specification for more details.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.