Enable

SCPI Command :

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

Displays the names of the switching cycle areas.

Parameters:

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

Returns:

show_label: OFF | ON

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

Displays the names of the switching cycle areas.

Parameters:
  • show_label – OFF | ON

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