Preamble ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr400 rc = driver.prach.modulation.dsIndex.preamble.repcap_preamble_get() driver.prach.modulation.dsIndex.preamble.repcap_preamble_set(repcap.Preamble.Nr1) .. rubric:: SCPI Command : .. index:: single: FETCh:LTE:MEASurement:PRACh:MODulation:DSINdex:PREamble .. code-block:: python FETCh:LTE:MEASurement:PRACh:MODulation:DSINdex:PREamble .. autoclass:: RsCmwLteMeas.Implementations.Prach.Modulation.DsIndex.Preamble.PreambleCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.prach.modulation.dsIndex.preamble.clone()