Poffset
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:POFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
poffset: float Range: 0 dB to 10 dB
- set(poffset: float, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
poffset – float Range: 0 dB to 10 dB
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)