Value
SCPI Command :
P3PHase<*>:HARMonics:DISPlay:HARMonics:STARt[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) int[source]
# P3PHase<*>:HARMonics:DISPlay:HARMonics:STARt[:VALue] value: int = driver.p3Phase.harmonics.display.harmonics.start.value.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the first 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_start: 1 to 37
- set(bar_graph_start: int, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:HARMonics:DISPlay:HARMonics:STARt[:VALue] driver.p3Phase.harmonics.display.harmonics.start.value.set(bar_graph_start = 1, power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the first harmonic to be shown in the bar graph.
- Parameters:
bar_graph_start – 1 to 37
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)