RbgSize
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:DL: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:DL:RBGSize value: enums.RgbSize = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.rbgSize.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures the signaled ‘rbg-Size’ for DL SPS scheduling, 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:DL:RBGSize driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.rbgSize.set(cell_name = 'abc', rgb_size = enums.RgbSize.CON1, bwParts = repcap.BwParts.Default)
Configures the signaled ‘rbg-Size’ for DL SPS scheduling, 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’)