Value
SCPI Command :
POWer<*>:HARMonics:DISPlay:HARMonics:STOP[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) int[source]
# POWer<*>:HARMonics:DISPlay:HARMonics:STOP[:VALue] value: int = driver.power.harmonics.display.harmonics.stop.value.get(power = repcap.Power.Default)
Sets the last harmonic to be shown in the bar graph.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
bar_graph_stop: 3 to 40
- set(bar_graph_stop: int, power=Power.Default) None[source]
# POWer<*>:HARMonics:DISPlay:HARMonics:STOP[:VALue] driver.power.harmonics.display.harmonics.stop.value.set(bar_graph_stop = 1, power = repcap.Power.Default)
Sets the last harmonic to be shown in the bar graph.
- Parameters:
bar_graph_stop – 3 to 40
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)