Current ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: POWer:SOURce:CURRent<*> .. code-block:: python POWer:SOURce:CURRent<*> .. autoclass:: rsrtx.Implementations.Power.Source.Current.CurrentCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently current_copy = driver.power.source.current.clone()