Power
SCPI Command :
[SOURce<HW>]:BB:TDSCdma: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: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.
- return
total: float
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.tdscdma.power.clone()
Subgroups