Enable

SCPI Command :

POWer<*>:EFFiciency:DISPlay:RESult:OUTPut<*>:POWer[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default, output=Output.Default) bool[source]
# POWer<*>:EFFiciency:DISPlay:RESult:OUTPut<*>:POWer[:ENABle]
value: bool = driver.power.efficiency.display.result.output.power.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_pow: bool, power=Power.Default, output=Output.Default) None[source]
# POWer<*>:EFFiciency:DISPlay:RESult:OUTPut<*>:POWer[:ENABle]
driver.power.efficiency.display.result.output.power.enable.set(show_res_pow = 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_pow – 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’)