Enable
SCPI Command :
POWer<*>:EFFiciency:DISPlay:RESult:OUTPut<*>:EFFiciency[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default, output=Output.Default) bool[source]
# POWer<*>:EFFiciency:DISPlay:RESult:OUTPut<*>:EFFiciency[:ENABle] value: bool = driver.power.efficiency.display.result.output.efficiency.enable.get(power = repcap.Power.Default, output = repcap.Output.Default)
The commands enable the power and efficiency measurements of the selected output line.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- set(show_res_efficiency: bool, power=Power.Default, output=Output.Default) None[source]
# POWer<*>:EFFiciency:DISPlay:RESult:OUTPut<*>:EFFiciency[:ENABle] driver.power.efficiency.display.result.output.efficiency.enable.set(show_res_efficiency = False, power = repcap.Power.Default, output = repcap.Output.Default)
The commands enable the power and efficiency measurements of the selected output line.
- Parameters:
show_res_efficiency – OFF | ON
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)