PoAck
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:POACk
- class PoAckCls[source]
PoAck commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) float [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:POACk value: float = driver.source.bb.w3Gpp.mstation.dpcch.hs.poAck.get(mobileStation = repcap.MobileStation.Default)
(Up to Release 7) Sets the channel power part of the ACK in dB.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
po_ack: float Range: -10 to 10
- set(po_ack: float, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:POACk driver.source.bb.w3Gpp.mstation.dpcch.hs.poAck.set(po_ack = 1.0, mobileStation = repcap.MobileStation.Default)
(Up to Release 7) Sets the channel power part of the ACK in dB.
- param po_ack
float Range: -10 to 10
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)