Hysteresis ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: PBUS<*>:HYSTeresis<*> .. code-block:: python PBUS<*>:HYSTeresis<*> .. autoclass:: rsmxo.Implementations.Pbus.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.pbus.hysteresis.clone()