PrbStart

SCPI Command :

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

PrbStart 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:PRBStart
value: int = driver.source.bb.eutra.uplink.ue.sl.rdata.prbStart.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_start: No help available

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

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

param prb_start

integer Range: 0 to 99

param userEquipment

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