CoPower

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:RFSettings:COPower:TOTal
class CoPower[source]

CoPower commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_total()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:RFSettings:COPower:TOTal
value: float = driver.configure.rfSettings.coPower.get_total()

Sets the total base level of the generator. For multi-carrier operation, this value is the sum of all carrier powers. If you modify the total power level, all carrier powers are increased/decreased by the same amount so that the new total power level is reached. The allowed value range per carrier can be calculated as follows: Range (Base Level) = Range (Output Power) - External Attenuation - Insertion Loss + Baseband Level Range (Output Power) = -130 dBm to -5 dBm (RFx COM) or -120 dBm to 3 dBm (RFx OUT) ; please also notice the ranges quoted in the data sheet. Insertion loss is only relevant for internal fading. Baseband level only relevant for external fading.

return

total_out_ch_pwr: Range: see above , Unit: dBm

set_total(total_out_ch_pwr: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:RFSettings:COPower:TOTal
driver.configure.rfSettings.coPower.set_total(total_out_ch_pwr = 1.0)

Sets the total base level of the generator. For multi-carrier operation, this value is the sum of all carrier powers. If you modify the total power level, all carrier powers are increased/decreased by the same amount so that the new total power level is reached. The allowed value range per carrier can be calculated as follows: Range (Base Level) = Range (Output Power) - External Attenuation - Insertion Loss + Baseband Level Range (Output Power) = -130 dBm to -5 dBm (RFx COM) or -120 dBm to 3 dBm (RFx OUT) ; please also notice the ranges quoted in the data sheet. Insertion loss is only relevant for internal fading. Baseband level only relevant for external fading.

param total_out_ch_pwr

Range: see above , Unit: dBm