Power
SCPI Command :
[SOURce<HW>]:BB:C2K:POWer:[TOTal]
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_total() float[source]
# [SOURce<HW>]:BB:C2K:POWer:[TOTal] value: float = driver.source.bb.c2K.power.get_total()
The command queries the total power of the active channels. After ‘Power Adjust’, this power corresponds to 0 dB.
- Returns:
total: float Range: -80 dB to 30 dB
Cloning the Group
# Create a copy of the original group, that exists independently
power_copy = driver.source.bb.c2K.power.clone()
Subgroups