Hysteresis ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: BUS<*>:PARallel:HYSTeresis<*> .. code-block:: python BUS<*>:PARallel:HYSTeresis<*> .. autoclass:: rsrtx.Implementations.Bus.Parallel.Hysteresis.HysteresisCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently hysteresis_copy = driver.bus.parallel.hysteresis.clone()