PoHack
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:POHAck
- class PoHackCls[source]
PoHack commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default, rowNull=RowNull.Default) float [source]
# SCPI: [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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:POWer.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- return
po_hack: float Range: -10 to 10
- set(po_hack: float, mobileStation=MobileStation.Default, rowNull=RowNull.Default) None [source]
# SCPI: [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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:POWer.
- param po_hack
float Range: -10 to 10
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)