PopCqi

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:POPCqi
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default, rowNull=RowNull.Default) float[source]
# [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 method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.power.set() .

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

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)

Returns:

pop_cqi: float Range: -10 to 10

set(pop_cqi: float, mobileStation=MobileStation.Default, rowNull=RowNull.Default) None[source]
# [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 method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.power.set() .

Parameters:
  • pop_cqi – float Range: -10 to 10

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

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)