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