State ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr32 rc = driver.applications.k10Xlte.inputPy.egain.state.repcap_antenna_get() driver.applications.k10Xlte.inputPy.egain.state.repcap_antenna_set(repcap.Antenna.Nr1) .. rubric:: SCPI Command : .. index:: single: INPut:EGAin:STATe .. code-block:: python INPut:EGAin:STATe .. autoclass:: RsFsw.Implementations.Applications.K10x_Lte.InputPy.Egain.State.StateCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k10Xlte.inputPy.egain.state.clone()