Nretrans

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:NRETrans
class NretransCls[source]

Nretrans 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:RDISc:NRETrans
value: int = driver.source.bb.eutra.uplink.ue.sl.rdisc.nretrans.get(userEquipment = repcap.UserEquipment.Default)

Sets the number of PSDCH retransmissions.

param userEquipment

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

return

num_retrans: integer Range: 0 to 3

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

Sets the number of PSDCH retransmissions.

param num_retrans

integer Range: 0 to 3

param userEquipment

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