CpLength ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr64 rc = driver.source.bb.ofdm.cpLength.repcap_channel_get() driver.source.bb.ofdm.cpLength.repcap_channel_set(repcap.Channel.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:OFDM:CPLength .. code-block:: python [SOURce]:BB:OFDM:CPLength .. autoclass:: RsSmbv.Implementations.Source.Bb.Ofdm.CpLength.CpLengthCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.bb.ofdm.cpLength.clone()