Preamble ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: READ:NRSub:MEASurement:PRACh:MODulation:PREamble single: FETCh:NRSub:MEASurement:PRACh:MODulation:PREamble .. code-block:: python READ:NRSub:MEASurement:PRACh:MODulation:PREamble FETCh:NRSub:MEASurement:PRACh:MODulation:PREamble .. autoclass:: RsCMPX_NrFr1Meas.Implementations.NrSubMeas.Prach.Modulation.Preamble.PreambleCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently preamble_copy = driver.nrSubMeas.prach.modulation.preamble.clone()