Statistics
SCPI Command :
POWer<*>:QUALity:STATistics:RESet
- Commands in total: 3Subgroups: 2Direct child commands: 1
- reset(power=Power.Default) None[source]
# POWer<*>:QUALity:STATistics:RESet driver.power.quality.statistics.reset(power = repcap.Power.Default)
The commands restart statistical calculation for the selected power measurement. Make sure that the suffix matches the selected power measurement.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- reset_and_wait(power=Power.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
statistics_copy = driver.power.quality.statistics.clone()
Subgroups