RbgSize

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:RBGSize
class RbgSizeCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) RgbSize[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:RBGSize
value: enums.RgbSize = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.rbgSize.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Configures the signaled ‘rbg-Size’ for UL configured grant, for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

rgb_size: Config 1 or 2

set(cell_name: str, rgb_size: RgbSize, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:RBGSize
driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.rbgSize.set(cell_name = 'abc', rgb_size = enums.RgbSize.CON1, bwParts = repcap.BwParts.Default)

Configures the signaled ‘rbg-Size’ for UL configured grant, for BWP <bb>.

param cell_name:

No help available

param rgb_size:

Config 1 or 2

param bwParts:

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