Modulation ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.source.bb.wlnn.fblock.user.modulation.repcap_stream_get() driver.source.bb.wlnn.fblock.user.modulation.repcap_stream_set(repcap.Stream.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:WLNN:FBLock:[USER]:MODulation .. code-block:: python [SOURce]:BB:WLNN:FBLock:[USER]:MODulation .. autoclass:: RsSmbv.Implementations.Source.Bb.Wlnn.Fblock.User.Modulation.ModulationCls :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.wlnn.fblock.user.modulation.clone()