Statistics

SCPI Command :

MEASurement<*>:STATistics:RESet
Commands in total: 8
Subgroups: 7
Direct child commands: 1
reset(measurement=Measurement.Default, opc_timeout_ms: int = -1) None[source]
# MEASurement<*>:STATistics:RESet
driver.measurement.statistics.reset(measurement = repcap.Measurement.Default)

Resets the histogram, the long term measurement and the statistics.

Parameters:
  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

  • opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

# Create a copy of the original group, that exists independently
statistics_copy = driver.measurement.statistics.clone()

Subgroups