Power
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation:ADDitional:POWer:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_offset() float[source]
# [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.
- Returns:
offset: float Range: -80 to 0
- set_offset(offset: float) None[source]
# [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.
- Parameters:
offset – float Range: -80 to 0