Poca
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:POCA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:POCA value: float = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.poca.get(mobileStation = repcap.MobileStation.Default)
(up to Release 7) Sets the power offset Poff_CQI Type A of the PCI/CQI slots in case a CQI Type A report is sent relative to the CQI Power PCQI (method
RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.power.set()) . The power PCQI Type A used during the PCI/CQI slots is calculated as: PCQI Type A = PCQI + Poff_CQI Type A Since the CQI Type B reports are used in a single stream transmission, the power PCQI Type B = PCQI.- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
poca: float Range: -10 to 10
- set(poca: float, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:POCA driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.poca.set(poca = 1.0, mobileStation = repcap.MobileStation.Default)
(up to Release 7) Sets the power offset Poff_CQI Type A of the PCI/CQI slots in case a CQI Type A report is sent relative to the CQI Power PCQI (method
RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.power.set()) . The power PCQI Type A used during the PCI/CQI slots is calculated as: PCQI Type A = PCQI + Poff_CQI Type A Since the CQI Type B reports are used in a single stream transmission, the power PCQI Type B = PCQI.- Parameters:
poca – float Range: -10 to 10
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)