Power

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:POWer:[TOTal]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_total() float[source]
# [SOURce<HW>]:BB:TDSCdma:POWer:[TOTal]
value: float = driver.source.bb.tdscdma.power.get_total()

Queries the total power of the active channels. After ‘Power Adjust’, this power corresponds to 0 dB.

Returns:

total: float

Cloning the Group

# Create a copy of the original group, that exists independently
power_copy = driver.source.bb.tdscdma.power.clone()

Subgroups