Statistic
SCPI Command :
P3PHase<*>:EFFiciency:STATistic:RESet
- Commands in total: 3Subgroups: 2Direct child commands: 1
- reset(power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:EFFiciency:STATistic:RESet driver.p3Phase.efficiency.statistic.reset(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Restarts the statistical calculation for the selected 3-phase efficiency measurement.
- Parameters:
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)
- reset_and_wait(power3PhaseMeas=Power3PhaseMeas.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
statistic_copy = driver.p3Phase.efficiency.statistic.clone()
Subgroups