Rbid

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:RBID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:RBID
value: int = driver.source.bb.eutra.uplink.ue.prach.niot.rbid.get(userEquipment = repcap.UserEquipment.Default)

Sets the resource block in that the NPRACH is allocated.

Parameters:

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

Returns:

rb_index: integer Range: 0 to 100

set(rb_index: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:RBID
driver.source.bb.eutra.uplink.ue.prach.niot.rbid.set(rb_index = 1, userEquipment = repcap.UserEquipment.Default)

Sets the resource block in that the NPRACH is allocated.

Parameters:
  • rb_index – integer Range: 0 to 100

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