Power

SCPI Command :

[SOURce<HW>]:BB:C2K: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: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.

return

offset: float Range: -80 dB to 0 dB

set_offset(offset: float) None[source]
# SCPI: [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.

param offset

float Range: -80 dB to 0 dB