Power
SCPI Command :
[SOURce<HW>]:BB:C2K:POWer:[TOTal]
- class PowerCls[source]
Power commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_total() float [source]
# SCPI: [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.
- return
total: float Range: -80 dB to 30 dB
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.c2K.power.clone()
Subgroups