RbCount

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUACh:SET<USER>:RBCount
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, setItem=SetItem.Default) int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUACh:SET<USER>:RBCount
value: int = driver.source.bb.oneweb.uplink.cell.subf.alloc.puach.set.rbCount.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, setItem = repcap.SetItem.Default)

Sets the size of the selected allocation in resource blocks (per subframe) .

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

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

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

  • setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)

Returns:

number_of_rbs: integer Range: 0 to 110

set(number_of_rbs: int, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, setItem=SetItem.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUACh:SET<USER>:RBCount
driver.source.bb.oneweb.uplink.cell.subf.alloc.puach.set.rbCount.set(number_of_rbs = 1, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, setItem = repcap.SetItem.Default)

Sets the size of the selected allocation in resource blocks (per subframe) .

Parameters:
  • number_of_rbs – integer Range: 0 to 110

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

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

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

  • setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)