Provides methods to configure the SEM Component Carrier measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public class RFmxNRMXSemComponentCarrierConfiguration : RFmxNRMXSubObject

Methods

NameDescription
ConfigureRatedOutputPower(string, double)

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.

ConfigureRatedOutputPowerArray(string, double[])

Configures an array of 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 "subblock(n)" as the selector string to read results from 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.

GetIntegrationBandwidth(string, out double)

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

GetRatedOutputPower(string, out double)

Gets 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.

SetRatedOutputPower(string, double)

Sets 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.