Sprb

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUCCh:SPRB
class SprbCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) LowHigh[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUCCh:SPRB
value: enums.LowHigh = driver.configure.signaling.nradio.cell.bwp.pucch.sprb.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

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

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

starting_prb: No help available

set(cell_name: str, starting_prb: LowHigh, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUCCh:SPRB
driver.configure.signaling.nradio.cell.bwp.pucch.sprb.set(cell_name = 'abc', starting_prb = enums.LowHigh.HIGH, bwParts = repcap.BwParts.Default)

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

param cell_name:

No help available

param starting_prb:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)