PoHack

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:POHAck
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default, rowNull=RowNull.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:POHAck
value: float = driver.source.bb.w3Gpp.mstation.dpcch.hs.row.poHack.get(mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)

(Release 8 and Later) Sets the power offset of a HARQ-ACK response relative to the method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.power.set() .

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

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)

Returns:

po_hack: float Range: -10 to 10

set(po_hack: float, mobileStation=MobileStation.Default, rowNull=RowNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:POHAck
driver.source.bb.w3Gpp.mstation.dpcch.hs.row.poHack.set(po_hack = 1.0, mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)

(Release 8 and Later) Sets the power offset of a HARQ-ACK response relative to the method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.power.set() .

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

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

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)