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