Power

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:FADing:CARRier<Carrier>:POWer:SUM
class Power[source]

Power commands group definition. 3 total commands, 1 Sub-groups, 1 group commands

get_sum()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:POWer:SUM
value: float = driver.configure.fading.carrier.power.get_sum()

Queries the calculated total power (signal + noise) on the downlink carrier.

return

power: Unit: dBm

Global Repeated Capabilities: repcap.Carrier

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.fading.carrier.power.clone()

Subgroups