Enable

SCPI Command :

P3PHase<*>:HARMonics:DISPlay:BARGraph[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) bool[source]
# P3PHase<*>:HARMonics:DISPlay:BARGraph[:ENABle]
value: bool = driver.p3Phase.harmonics.display.barGraph.enable.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Displays or hides the bar graph.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:HARMonics:DISPlay:BARGraph[:ENABle]
driver.p3Phase.harmonics.display.barGraph.enable.set(state = False, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Displays or hides the bar graph.

Parameters:
  • state – OFF | ON

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