Mretransmissions
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:MRETransmissions
- class MretransmissionsCls[source]
Mretransmissions commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:MRETransmissions value: int = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.mretransmissions.get(mobileStation = repcap.MobileStation.Default)
Sets the maximum number of retransmissions. After the expiration of this value, the next packet is send, regardless of the received feedback.
- param mobileStation:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return:
mretransmission: integer Range: 0 to 20
- set(mretransmission: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:MRETransmissions driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.mretransmissions.set(mretransmission = 1, mobileStation = repcap.MobileStation.Default)
Sets the maximum number of retransmissions. After the expiration of this value, the next packet is send, regardless of the received feedback.
- param mretransmission:
integer Range: 0 to 20
- param mobileStation:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)