Cell ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr63 rc = driver.source.bb.eutra.downlink.user.asPy.uplink.cell.repcap_cellNull_get() driver.source.bb.eutra.downlink.user.asPy.uplink.cell.repcap_cellNull_set(repcap.CellNull.Nr0) .. rubric:: SCPI Commands : .. index:: single: [SOURce]:BB:EUTRa:DL:USER:AS:UL:CELL:DELete single: [SOURce]:BB:EUTRa:DL:USER:AS:UL:CELL:RESet .. code-block:: python [SOURce]:BB:EUTRa:DL:USER:AS:UL:CELL:DELete [SOURce]:BB:EUTRa:DL:USER:AS:UL:CELL:RESet .. autoclass:: RsSmbv.Implementations.Source.Bb.Eutra.Downlink.User.AsPy.Uplink.Cell.CellCls :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.eutra.downlink.user.asPy.uplink.cell.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Eutra_Downlink_User_AsPy_Uplink_Cell_Append.rst Source_Bb_Eutra_Downlink_User_AsPy_Uplink_Cell_Insert.rst Source_Bb_Eutra_Downlink_User_AsPy_Uplink_Cell_Selement.rst Source_Bb_Eutra_Downlink_User_AsPy_Uplink_Cell_SeqElem.rst Source_Bb_Eutra_Downlink_User_AsPy_Uplink_Cell_Slength.rst Source_Bb_Eutra_Downlink_User_AsPy_Uplink_Cell_VulTxPow.rst