Enable

SCPI Command :

POWer<*>:SWITching:DISPlay:TOTal[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) bool[source]
# POWer<*>:SWITching:DISPlay:TOTal[:ENABle]
value: bool = driver.power.switching.display.total.enable.get(power = repcap.Power.Default)

Enables the measurements of the total switching cycle.

Parameters:

power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)

Returns:

show_total: OFF | ON

set(show_total: bool, power=Power.Default) None[source]
# POWer<*>:SWITching:DISPlay:TOTal[:ENABle]
driver.power.switching.display.total.enable.set(show_total = False, power = repcap.Power.Default)

Enables the measurements of the total switching cycle.

Parameters:
  • show_total – OFF | ON

  • power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)