PoMode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:POMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default) AutoUser[source]
# [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.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- 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, baseStation=BaseStation.Default) None[source]
# [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.
- 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().baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)