Poffset

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:POFFset
class PoffsetCls[source]

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

get(baseStation=BaseStation.Default) float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:POFFset
value: float = driver.source.bb.w3Gpp.bstation.cmode.poffset.get(baseStation = repcap.BaseStation.Default)

The command sets the power offset for mode USER.

param baseStation

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

return

poffset: float Range: 0 dB to 10 dB

set(poffset: float, baseStation=BaseStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:POFFset
driver.source.bb.w3Gpp.bstation.cmode.poffset.set(poffset = 1.0, baseStation = repcap.BaseStation.Default)

The command sets the power offset for mode USER.

param poffset

float Range: 0 dB to 10 dB

param baseStation

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