Prend

SCPI Command :

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

Sets the parameters prb-Start and prb-End and define allocation of the two SL bands.

Parameters:

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

Returns:

prb_end: integer Range: 0 to 99

set(prb_end: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:PRENd
driver.source.bb.eutra.uplink.ue.sl.rdata.prend.set(prb_end = 1, userEquipment = repcap.UserEquipment.Default)

Sets the parameters prb-Start and prb-End and define allocation of the two SL bands.

Parameters:
  • prb_end – integer Range: 0 to 99

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