Preamble ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr400 rc = driver.lteMeas.prach.modulation.scorrelation.preamble.repcap_preamble_get() driver.lteMeas.prach.modulation.scorrelation.preamble.repcap_preamble_set(repcap.Preamble.Nr1) .. rubric:: SCPI Command : .. index:: single: FETCh:LTE:MEASurement:PRACh:MODulation:SCORrelation:PREamble .. code-block:: python FETCh:LTE:MEASurement:PRACh:MODulation:SCORrelation:PREamble .. autoclass:: RsCMPX_LteMeas.Implementations.LteMeas.Prach.Modulation.Scorrelation.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.lteMeas.prach.modulation.scorrelation.preamble.clone()