Pusch

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SETC:PUSCh:OLNPower
class PuschCls[source]

Pusch commands group definition. 9 total commands, 1 Subgroups, 1 group commands

get_oln_power() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETC:PUSCh:OLNPower
value: float = driver.configure.uplink.setc.pusch.get_oln_power()

Defines a cell-specific nominal power value for full resource block allocation in the UL (entire cell bandwidth used) . From this value, the cell-specific nominal power value PO_NOMINAL_PUSCH related to one resource block is determined and sent to all UEs via broadcast. This command is only relevant for basic configuration and rejected if advanced configuration is active.

return:

power: numeric Range: -50 dBm to 23 dBm, Unit: dBm

set_oln_power(power: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETC:PUSCh:OLNPower
driver.configure.uplink.setc.pusch.set_oln_power(power = 1.0)

Defines a cell-specific nominal power value for full resource block allocation in the UL (entire cell bandwidth used) . From this value, the cell-specific nominal power value PO_NOMINAL_PUSCH related to one resource block is determined and sent to all UEs via broadcast. This command is only relevant for basic configuration and rejected if advanced configuration is active.

param power:

numeric Range: -50 dBm to 23 dBm, Unit: dBm

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.uplink.setc.pusch.clone()

Subgroups