Histogram<Histogram>
SCPI Command :
HISTogram<*>:RESet
- Commands in total: 26Subgroups: 7Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr8 driver.histogram.repcap_histogram_set(repcap.Histogram.Nr1)
- reset(histogram=Histogram.Default) None[source]
# HISTogram<*>:RESet driver.histogram.reset(histogram = repcap.Histogram.Default)
Restarts the calculation of the selected histogram. To reset all histograms and measurements, use method
RsMxo.display.clr.set().- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- reset_and_wait(histogram=Histogram.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
histogram_copy = driver.histogram.clone()
Subgroups