Configures the physical downlink control channel (PDCCH) power relative to the cell-specific reference signal.
Use "carrier(k)" or "subblock(n)/carrier(k)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigurePdcch(string selectorString, double pdcchPower)

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.

pdcchPowerdouble

Specifies the power of the PDCCH relative to the power of the cell-specific reference signal. This value is expressed in dB.

Returns

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