RbNumber

SCPI Command :

[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:RBNumber
class RbNumberCls[source]

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

get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:RBNumber
value: int = driver.source.bb.nr5G.scheduling.cell.subf.alloc.rbNumber.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the number of resource blocks (RB) the allocation uses.

param cellNull

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

param subframeNull

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

param allocationNull

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

return

alloc_rb_num: No help available

set(alloc_rb_num: int, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:RBNumber
driver.source.bb.nr5G.scheduling.cell.subf.alloc.rbNumber.set(alloc_rb_num = 1, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the number of resource blocks (RB) the allocation uses.

param alloc_rb_num

integer Note that there are restrictions to the number of resource block you can use for different types of allocations. For more information, see ‘No. RB’. Range: 20 to 275

param cellNull

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

param subframeNull

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

param allocationNull

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