Efficiency

SCPI Command :

POWer:EFFiciency:AUTO
Commands in total: 11
Subgroups: 3
Direct child commands: 1
get_auto() AutoScale[source]
# POWer:EFFiciency:AUTO
value: enums.AutoScale = driver.power.efficiency.get_auto()

Selects the scaling for the display of the results.

Returns:

auto_scale: AUTO | MANUAL

set_auto(auto_scale: AutoScale) None[source]
# POWer:EFFiciency:AUTO
driver.power.efficiency.set_auto(auto_scale = enums.AutoScale.AUTO)

Selects the scaling for the display of the results.

Parameters:

auto_scale – AUTO | MANUAL

Cloning the Group

# Create a copy of the original group, that exists independently
efficiency_copy = driver.power.efficiency.clone()

Subgroups