AntGain ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr63 rc = driver.source.bb.btooth.econfig.pconfig.antGain.repcap_indexNull_get() driver.source.bb.btooth.econfig.pconfig.antGain.repcap_indexNull_set(repcap.IndexNull.Nr0) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:BTOoth:ECONfig:PCONfig:ANTGain .. code-block:: python [SOURce]:BB:BTOoth:ECONfig:PCONfig:ANTGain .. autoclass:: RsSmbv.Implementations.Source.Bb.Btooth.Econfig.Pconfig.AntGain.AntGainCls :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.btooth.econfig.pconfig.antGain.clone()