Power

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:ADDitional:POWer:OFFSet
class PowerCls[source]

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

get_offset() float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ADDitional:POWer:OFFSet
value: float = driver.source.bb.w3Gpp.mstation.additional.power.get_offset()

Sets the power offset of the active channels of the additional user equipment relative to the power of the active channels of the reference station UE4. The offset applies to all the additional user equipment. The resultant overall power must fall within the range 0 … - 80 dB. If the value is above or below this range, it is limited automatically.

return

offset: float Range: -80 to 0

set_offset(offset: float) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ADDitional:POWer:OFFSet
driver.source.bb.w3Gpp.mstation.additional.power.set_offset(offset = 1.0)

Sets the power offset of the active channels of the additional user equipment relative to the power of the active channels of the reference station UE4. The offset applies to all the additional user equipment. The resultant overall power must fall within the range 0 … - 80 dB. If the value is above or below this range, it is limited automatically.

param offset

float Range: -80 to 0