Rblocks

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:RBLocks
class RblocksCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:RBLocks
value: int = driver.configure.signaling.lte.cell.rfSettings.uplink.rblocks.get(cell_name = 'abc')

Selects the number of uplink RBs for full allocation and thus the uplink channel bandwidth. Configure the same value for DL and UL.

param cell_name:

No help available

return:

resource_blocks: No help available

set(cell_name: str, resource_blocks: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:RBLocks
driver.configure.signaling.lte.cell.rfSettings.uplink.rblocks.set(cell_name = 'abc', resource_blocks = 1)

Selects the number of uplink RBs for full allocation and thus the uplink channel bandwidth. Configure the same value for DL and UL.

param cell_name:

No help available

param resource_blocks:

No help available