RFmx LTE DotNET

Table of Contents

RFmxLteMXSemComponentCarrierConfiguration.ConfigureMaximumOutputPowerArray Method

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

RFmxLteMXSemComponentCarrierConfigurationConfigureMaximumOutputPowerArray Method

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.

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 ConfigureMaximumOutputPowerArray(
	string selectorString,
	double[] componentCarrierMaximumOutputPower
)
Public Function ConfigureMaximumOutputPowerArray ( 
	selectorString As String,
	componentCarrierMaximumOutputPower As Double()
) As Integer

Parameters

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

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