Area ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr12 rc = driver.lteMeas.multiEval.listPy.seMask.margin.area.repcap_area_get() driver.lteMeas.multiEval.listPy.seMask.margin.area.repcap_area_set(repcap.Area.Nr1) .. autoclass:: RsCMPX_LteMeas.Implementations.LteMeas.MultiEval.ListPy.SeMask.Margin.Area.AreaCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.lteMeas.multiEval.listPy.seMask.margin.area.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: LteMeas_MultiEval_ListPy_SeMask_Margin_Area_Negativ.rst LteMeas_MultiEval_ListPy_SeMask_Margin_Area_Positiv.rst