PoMode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:POMode
- class PoModeCls[source]
PoMode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) RsSmw.enums.AutoUser [source]
# SCPI: [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.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- 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: RsSmw.enums.AutoUser, mobileStation=MobileStation.Default) None [source]
# SCPI: [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.
- 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 mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)