Alrb

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:ALRB
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:ALRB
value: int = driver.source.bb.eutra.uplink.ue.cell.frc.alrb.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Queries the number of the allocated resource blocks for the selected FRC.

Parameters:
  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

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

Returns:

alloc_res_blocks: integer Range: 0 to 110

set(alloc_res_blocks: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:ALRB
driver.source.bb.eutra.uplink.ue.cell.frc.alrb.set(alloc_res_blocks = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Queries the number of the allocated resource blocks for the selected FRC.

Parameters:
  • alloc_res_blocks – integer Range: 0 to 110

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

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