Power
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation:ADDitional:POWer:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_offset() float[source]
# [SOURce<HW>]:BB:C2K:MSTation:ADDitional:POWer:OFFSet value: float = driver.source.bb.c2K.mstation.additional.power.get_offset()
The command sets the power offset of the active channels of the additional mobile stations relative to the power of the active channels of the reference station MS4. The offset applies to all the additional mobile stations. 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 dB to 0 dB
- set_offset(offset: float) None[source]
# [SOURce<HW>]:BB:C2K:MSTation:ADDitional:POWer:OFFSet driver.source.bb.c2K.mstation.additional.power.set_offset(offset = 1.0)
The command sets the power offset of the active channels of the additional mobile stations relative to the power of the active channels of the reference station MS4. The offset applies to all the additional mobile stations. 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 dB to 0 dB