Poca

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:POCA
class PocaCls[source]

Poca 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: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 ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:POWer) . 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.

param mobileStation

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

return

poca: float Range: -10 to 10

set(poca: float, mobileStation=MobileStation.Default) None[source]
# SCPI: [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 ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:POWer) . 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.

param poca

float Range: -10 to 10

param mobileStation

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