Pformat ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Fmt1 .. Fmt5 rc = driver.configure.prach.modulation.ewLength.pformat.repcap_preambleFormat_get() driver.configure.prach.modulation.ewLength.pformat.repcap_preambleFormat_set(repcap.PreambleFormat.Fmt1) .. rubric:: SCPI Command : .. index:: single: CONFigure:LTE:MEASurement:PRACh:MODulation:EWLength:PFORmat .. code-block:: python CONFigure:LTE:MEASurement:PRACh:MODulation:EWLength:PFORmat .. autoclass:: RsCmwLteMeas.Implementations.Configure.Prach.Modulation.EwLength.Pformat.PformatCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.configure.prach.modulation.ewLength.pformat.clone()