RbahoppAlloc

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:RBAHoppalloc
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:RBAHoppalloc
value: int = driver.source.bb.eutra.uplink.ue.sl.sci.rbahoppAlloc.get(userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the DCI field resource block (RBA) and hopping resource allocation. This field identifies which resource blocks, within the subframes indicated by the time resource pattern ITRP, are used for PSSCH transmission.

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

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

Returns:

rband_hopp_alloc: integer Range: 0 to 8191

set(rband_hopp_alloc: int, userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:RBAHoppalloc
driver.source.bb.eutra.uplink.ue.sl.sci.rbahoppAlloc.set(rband_hopp_alloc = 1, userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the DCI field resource block (RBA) and hopping resource allocation. This field identifies which resource blocks, within the subframes indicated by the time resource pattern ITRP, are used for PSSCH transmission.

Parameters:
  • rband_hopp_alloc – integer Range: 0 to 8191

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

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