RbPosition

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:RBPosition:UL
class RbPositionCls[source]

RbPosition commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_uplink() RbPosition[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:RBPosition:UL
value: enums.RbPosition = driver.configure.connection.pcc.rmc.rbPosition.get_uplink()
Selects the position of the allocated uplink resource blocks, for contiguous allocation.

INTRO_CMD_HELP: Depending on other settings, only a subset of the listed values is allowed, see:

  • ‘Scheduling type RMC’

  • ‘Scheduling type RMC for eMTC’

  • ‘Scheduling type RMC for LAA’

return:

position: LOW | HIGH | MID | P0 | P1 | P2 | P3 | P4 | P6 | P7 | P8 | P9 | P10 | P11 | P12 | P13 | P14 | P15 | P16 | P19 | P20 | P21 | P22 | P24 | P25 | P28 | P30 | P31 | P33 | P36 | P37 | P39 | P40 | P43 | P44 | P45 | P48 | P49 | P50 | P51 | P52 | P54 | P56 | P57 | P58 | P62 | P63 | P66 | P68 | P70 | P74 | P75 | P83 | P96 | P99

set_uplink(position: RbPosition) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:RBPosition:UL
driver.configure.connection.pcc.rmc.rbPosition.set_uplink(position = enums.RbPosition.FULL)
Selects the position of the allocated uplink resource blocks, for contiguous allocation.

INTRO_CMD_HELP: Depending on other settings, only a subset of the listed values is allowed, see:

  • ‘Scheduling type RMC’

  • ‘Scheduling type RMC for eMTC’

  • ‘Scheduling type RMC for LAA’

param position:

LOW | HIGH | MID | P0 | P1 | P2 | P3 | P4 | P6 | P7 | P8 | P9 | P10 | P11 | P12 | P13 | P14 | P15 | P16 | P19 | P20 | P21 | P22 | P24 | P25 | P28 | P30 | P31 | P33 | P36 | P37 | P39 | P40 | P43 | P44 | P45 | P48 | P49 | P50 | P51 | P52 | P54 | P56 | P57 | P58 | P62 | P63 | P66 | P68 | P70 | P74 | P75 | P83 | P96 | P99

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.pcc.rmc.rbPosition.clone()

Subgroups