Sprb

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:PUCCh:SPRB
class SprbCls[source]

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

get(cell_name: str) LowHigh[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUCCh:SPRB
value: enums.LowHigh = driver.configure.signaling.nradio.cell.pucch.sprb.get(cell_name = 'abc')

Selects the position of the resource blocks: lower end or upper end of the allowed range. For the initial BWP.

param cell_name:

No help available

return:

starting_prb: No help available

set(cell_name: str, starting_prb: LowHigh) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUCCh:SPRB
driver.configure.signaling.nradio.cell.pucch.sprb.set(cell_name = 'abc', starting_prb = enums.LowHigh.HIGH)

Selects the position of the resource blocks: lower end or upper end of the allowed range. For the initial BWP.

param cell_name:

No help available

param starting_prb:

No help available