PrbStart
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RCTRl:PRBStart
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RCTRl:PRBStart value: int = driver.source.bb.eutra.uplink.ue.sl.rctrl.prbStart.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’)
- set(prb_start: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RCTRl:PRBStart driver.source.bb.eutra.uplink.ue.sl.rctrl.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.
- Parameters:
prb_start – integer Range: 0 to 99
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)