Rsepre

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:RSEPre:LEVel
class RsepreCls[source]

Rsepre commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_level() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:RSEPre:LEVel
value: float = driver.configure.downlink.pcc.rsepre.get_level()

Defines the energy per resource element (EPRE) of the cell-specific reference signal (C-RS) . The power levels of resource elements used for other channels/signals are defined relative to this power level. The allowed value range depends basically on the used connector, the number of allocated resource blocks (specified via the cell bandwidth) and the external attenuation in the output path. levelRS EPRE, min = levelconnector, min - 10*log10(12*NRB) - ext attout levelRS EPRE, max = levelconnector, max - 10*log10(12*NRB) - ext attout - 15 dB With levelconnector, min = -130 dBm (-120 dBm) , levelconnector, max = -5 dBm (8 dBm) for [RF COM] ([RF OUT]) . Notice also the ranges quoted in the data sheet. The range is also affected by active AWGN (‘Downlink Power Levels’ parameter) , internal fading (insertion loss value) , CSI-RS power, number of MIMO transmit antennas.

return:

level: numeric Range: see above , Unit: dBm/15kHz

set_level(level: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:RSEPre:LEVel
driver.configure.downlink.pcc.rsepre.set_level(level = 1.0)

Defines the energy per resource element (EPRE) of the cell-specific reference signal (C-RS) . The power levels of resource elements used for other channels/signals are defined relative to this power level. The allowed value range depends basically on the used connector, the number of allocated resource blocks (specified via the cell bandwidth) and the external attenuation in the output path. levelRS EPRE, min = levelconnector, min - 10*log10(12*NRB) - ext attout levelRS EPRE, max = levelconnector, max - 10*log10(12*NRB) - ext attout - 15 dB With levelconnector, min = -130 dBm (-120 dBm) , levelconnector, max = -5 dBm (8 dBm) for [RF COM] ([RF OUT]) . Notice also the ranges quoted in the data sheet. The range is also affected by active AWGN (‘Downlink Power Levels’ parameter) , internal fading (insertion loss value) , CSI-RS power, number of MIMO transmit antennas.

param level:

numeric Range: see above , Unit: dBm/15kHz