Poffset

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:POFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default) float[source]
# [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.

Parameters:

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

Returns:

poffset: float Range: 0 dB to 10 dB

set(poffset: float, baseStation=BaseStation.Default) None[source]
# [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.

Parameters:
  • poffset – float Range: 0 dB to 10 dB

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