P3Phase ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: EXPort:RESult:SELect:P3PHase<*> .. code-block:: python EXPort:RESult:SELect:P3PHase<*> .. autoclass:: rsmxo.Implementations.Export.Result.Select.P3Phase.P3PhaseCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently p3Phase_copy = driver.export.result.select.p3Phase.clone()