Prend

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:PRENd
class PrendCls[source]

Prend 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>: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.

param userEquipment

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

return

prb_end: integer Range: 0 to 99

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

param prb_end

integer Range: 0 to 99

param userEquipment

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