PoMode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:POMode
class PoModeCls[source]

PoMode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(baseStation=BaseStation.Default) RsSmbv.enums.AutoUser[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:POMode
value: enums.AutoUser = driver.source.bb.w3Gpp.bstation.cmode.poMode.get(baseStation = repcap.BaseStation.Default)

The command selects the power offset mode.

param baseStation

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

return

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 [:SOURcehw]:BB:W3GPp:BSTationst|MSTationst:CMODe:POFFset.

set(po_mode: RsSmbv.enums.AutoUser, baseStation=BaseStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:POMode
driver.source.bb.w3Gpp.bstation.cmode.poMode.set(po_mode = enums.AutoUser.AUTO, baseStation = repcap.BaseStation.Default)

The command selects the power offset mode.

param 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 [:SOURcehw]:BB:W3GPp:BSTationst|MSTationst:CMODe:POFFset.

param baseStation

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