RvZero

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:RVZero
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:RVZero
value: bool = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.rvZero.get(mobileStation = repcap.MobileStation.Default)

If activated, the same redundancy version is sent, that is, the redundancy version is not adjusted for the next retransmission in case of a received NACK.

Parameters:

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

Returns:

rv_zero: ON | OFF

set(rv_zero: bool, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:RVZero
driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.rvZero.set(rv_zero = False, mobileStation = repcap.MobileStation.Default)

If activated, the same redundancy version is sent, that is, the redundancy version is not adjusted for the next retransmission in case of a received NACK.

Parameters:
  • rv_zero – ON | OFF

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)