Mretransmissions
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:MRETransmissions
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
mretransmission: integer Range: 0 to 20
- set(mretransmission: int, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
mretransmission – integer Range: 0 to 20
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)