Provides methods to configure the SEM Component Carrier measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public class RFmxLteMXSemComponentCarrierConfiguration : RFmxLteMXSubObject

Methods

NameDescription
ConfigureMaximumOutputPower(string, double)

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.

ConfigureMaximumOutputPowerArray(string, double[])

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.

GetIntegrationBandwidth(string, out double)

Gets the integration bandwidth of a component carrier. This value is expressed in Hz.

GetMaximumOutputPower(string, out double)

Gets the maximum output power, Pmax,c, per carrier that is used only to choose the limit table for Medium Range Base Station. For more details please refer to the section 6.6.3 of 3GPP 36.141 specification.

SetMaximumOutputPower(string, double)

Sets the maximum output power, Pmax,c, per carrier that is used only to choose the limit table for Medium Range Base Station. For more details please refer to the section 6.6.3 of 3GPP 36.141 specification.