Sattenuation ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.source.bb.gsm.sattenuation.repcap_slot_get() driver.source.bb.gsm.sattenuation.repcap_slot_set(repcap.Slot.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:GSM:SATTenuation .. code-block:: python [SOURce]:BB:GSM:SATTenuation .. autoclass:: RsSmbv.Implementations.Source.Bb.Gsm.Sattenuation.SattenuationCls :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.gsm.sattenuation.clone()