PrIndex

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:PRINdex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:PRINdex
value: int = driver.source.bb.eutra.uplink.ue.sl.rdisc.prIndex.get(userEquipment = repcap.UserEquipment.Default)

Sets the physical resource block index.

Parameters:

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

Returns:

prb_index: integer Range: 0 to 49

set(prb_index: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:PRINdex
driver.source.bb.eutra.uplink.ue.sl.rdisc.prIndex.set(prb_index = 1, userEquipment = repcap.UserEquipment.Default)

Sets the physical resource block index.

Parameters:
  • prb_index – integer Range: 0 to 49

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