Value

SCPI Command :

P3PHase<*>:HARMonics:DISPlay:HARMonics:STOP[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) int[source]
# P3PHase<*>:HARMonics:DISPlay:HARMonics:STOP[:VALue]
value: int = driver.p3Phase.harmonics.display.harmonics.stop.value.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Sets the last harmonic to be shown in the bar graph.

Parameters:

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

Returns:

bar_graph_stop: 3 to 40

set(bar_graph_stop: int, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:HARMonics:DISPlay:HARMonics:STOP[:VALue]
driver.p3Phase.harmonics.display.harmonics.stop.value.set(bar_graph_stop = 1, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Sets the last harmonic to be shown in the bar graph.

Parameters:
  • bar_graph_stop – 3 to 40

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