PoaNack

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:POANack
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:POANack
value: float = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.poaNack.get(mobileStation = repcap.MobileStation.Default)

(up to Release 7) Sets the power offset Poff_ACK/NACK of an ACK/NACK response to two scheduled transport blocks relative to the CQI Power PCQI (method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.power.set() ) . The power PACK/NACK used during the HARQ-ACK slots is calculated as: PACK/NACK = PCQI + Poff_ACK/NACK

Parameters:

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

Returns:

poa_nack: float Range: -10 to 10

set(poa_nack: float, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:POANack
driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.poaNack.set(poa_nack = 1.0, mobileStation = repcap.MobileStation.Default)

(up to Release 7) Sets the power offset Poff_ACK/NACK of an ACK/NACK response to two scheduled transport blocks relative to the CQI Power PCQI (method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.power.set() ) . The power PACK/NACK used during the HARQ-ACK slots is calculated as: PACK/NACK = PCQI + Poff_ACK/NACK

Parameters:
  • poa_nack – float Range: -10 to 10

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