Value
SCPI Command :
P3PHase<*>:HARMonics:TOTal:POWer:VERTical:SCALe[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) float[source]
# P3PHase<*>:HARMonics:TOTal:POWer:VERTical:SCALe[:VALue] value: float = driver.p3Phase.harmonics.total.power.vertical.scale.value.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the vertical scale of the total power waveform if the relevant P3PHase<m>:{SUBSYS}:POWer:VERTical:SCALe:MODE command is set to MANual.
- Parameters:
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)
- Returns:
vertical_scale: 1E-12 to 100000000000000
- set(vertical_scale: float, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:HARMonics:TOTal:POWer:VERTical:SCALe[:VALue] driver.p3Phase.harmonics.total.power.vertical.scale.value.set(vertical_scale = 1.0, power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the vertical scale of the total power waveform if the relevant P3PHase<m>:{SUBSYS}:POWer:VERTical:SCALe:MODE command is set to MANual.
- Parameters:
vertical_scale – 1E-12 to 100000000000000
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)