Histogram ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: LAYout:HISTogram:ADD single: LAYout:HISTogram:REMove single: LAYout:HISTogram:RESet .. code-block:: python LAYout:HISTogram:ADD LAYout:HISTogram:REMove LAYout:HISTogram:RESet .. autoclass:: rsrtx.Implementations.Layout.Histogram.HistogramCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently histogram_copy = driver.layout.histogram.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Layout_Histogram_Enable.rst Layout_Histogram_Horz.rst Layout_Histogram_Mode.rst Layout_Histogram_Source.rst Layout_Histogram_Vertical.rst