Poffset

SCPI Command :

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

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

get(mobileStation=MobileStation.Default) float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:POFFset
value: float = driver.source.bb.w3Gpp.mstation.cmode.poffset.get(mobileStation = repcap.MobileStation.Default)

The command sets the power offset for mode USER.

param mobileStation

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

return

poffset: float Range: 0 dB to 10 dB

set(poffset: float, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:POFFset
driver.source.bb.w3Gpp.mstation.cmode.poffset.set(poffset = 1.0, mobileStation = repcap.MobileStation.Default)

The command sets the power offset for mode USER.

param poffset

float Range: 0 dB to 10 dB

param mobileStation

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