Configures the rated output power (Prated, x), which is used only to choose the limit table for medium range base station, FR2 Category A and FR2 Category B.
Use "carrier(k)" or "subblock(n)/carrier(k)" as the selector string to configure this method.
This method is valid when you set the Link Direction method to Downlink, SEM DL Mask Type method to Standard, and gNodeB Category method to Medium Range Base Station or FR2 Category A or FR2 Category B. For more details please refer to section 6.6.4 and section 9.7.4 of 3GPP 38.104 specification.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int ConfigureRatedOutputPower(string selectorString, double componentCarrierRatedOutputPower)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the signal name, subblock number and carrier number.
Example:
"subblock0/carrier0"
You can use the BuildCarrierString(string, int) method to build the selector string.

componentCarrierRatedOutputPowerdouble

Specifies the rated output power (Prated, x), which is used only to choose the limit table for medium range base station, FR2 Category A and FR2 Category B. This value is expressed in dBm. This parameter will be considered when you set the SetLinkDirection(string, RFmxNRMXLinkDirection) method to Downlink, SetDownlinkMaskType(string, RFmxNRMXSemDownlinkMaskType) method to Standard, and gNodeBCategory method to MediumRangeBaseStation or FR2 Category A or FR2 Category B. For more details please refer to section 6.6.4 and section 9.7.4 of 3GPP 38.104 specification.

Returns

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