Rbid

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:RBID
class RbidCls[source]

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

get(userEquipment=UserEquipment.Default) int[source]
# SCPI: [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.

param userEquipment

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

return

rb_index: integer Range: 0 to 100

set(rb_index: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [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.

param rb_index

integer Range: 0 to 100

param userEquipment

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