Statistics
SCPI Command :
MEASurement<*>:STATistics:RESet
- Commands in total: 3Subgroups: 2Direct child commands: 1
- reset(measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics:RESet driver.measurement.statistics.reset(measIndex = repcap.MeasIndex.Default)
Deletes the results of the specified measurement.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- reset_and_wait(measIndex=MeasIndex.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
statistics_copy = driver.measurement.statistics.clone()
Subgroups