PoMode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:POMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) AutoUser[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:POMode
value: enums.AutoUser = driver.source.bb.w3Gpp.mstation.cmode.poMode.get(mobileStation = repcap.MobileStation.Default)

The command selects the power offset mode.

Parameters:

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

Returns:

po_mode: AUTO | USER AUTO The power offset is obtained by pilot bit ratio as follows: Number of pilots bits of non-compressed slots / Number of pilot bits by compressed slots. USER The power offset is defined by command method RsSmw.source.bb.w3Gpp.bstation.cmode.poffset.set() .

set(po_mode: AutoUser, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:POMode
driver.source.bb.w3Gpp.mstation.cmode.poMode.set(po_mode = enums.AutoUser.AUTO, mobileStation = repcap.MobileStation.Default)

The command selects the power offset mode.

Parameters:
  • po_mode – AUTO | USER AUTO The power offset is obtained by pilot bit ratio as follows: Number of pilots bits of non-compressed slots / Number of pilot bits by compressed slots. USER The power offset is defined by command method RsSmw.source.bb.w3Gpp.bstation.cmode.poffset.set() .

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