Histogram
SCPI Command :
MEASurement<*>:STATistics:HISTogram:RESet
- Commands in total: 8Subgroups: 4Direct child commands: 1
- reset(measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics:HISTogram:RESet driver.measurement.statistics.histogram.reset(measIndex = repcap.MeasIndex.Default)
Resets the cumulation of measurement results, all bins are set to zero.
- 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
histogram_copy = driver.measurement.statistics.histogram.clone()
Subgroups