PopCqi

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:POPCqi
class PopCqiCls[source]

PopCqi 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>:POPCqi
value: float = driver.source.bb.w3Gpp.mstation.dpcch.hs.row.popCqi.get(mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)

(Release 8 and Later) Sets the power offset Poff_PCI/CQI of all PCI/CQI slots during the corresponding specified PCI/CQI From/To range 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

pop_cqi: float Range: -10 to 10

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

(Release 8 and Later) Sets the power offset Poff_PCI/CQI of all PCI/CQI slots during the corresponding specified PCI/CQI From/To range relative to the [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:POWer.

param pop_cqi

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’)