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