RFmx LTE DotNET

Table of Contents

RFmxLteMXSemComponentCarrierConfiguration.ConfigureMaximumOutputPower Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXSemComponentCarrierConfiguration.ConfigureMaximumOutputPower Method

RFmxLteMXSemComponentCarrierConfigurationConfigureMaximumOutputPower Method

Configures the maximum output power of the component carrier.
Use "carrier(k)" or "subblock(n)/carrier(k)" 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.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int ConfigureMaximumOutputPower(
	string selectorString,
	double componentCarrierMaximumOutputPower
)
Public Function ConfigureMaximumOutputPower ( 
	selectorString As String,
	componentCarrierMaximumOutputPower As Double
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the signal name, subblock number and carrier number. Example:
"subblock0/carrier0"
You can use the BuildCarrierString(String, Int32) method to build the selector string.
componentCarrierMaximumOutputPower
Type: SystemDouble
Specifies the 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.

Return Value

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

See Also

Log in to get a better experience