SlotState ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr15 rc = driver.source.bb.tdscdma.down.cell.enh.bch.slotState.repcap_slotNull_get() driver.source.bb.tdscdma.down.cell.enh.bch.slotState.repcap_slotNull_set(repcap.SlotNull.Nr0) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:TDSCdma:DOWN:CELL:ENH:BCH:SLOTstate .. code-block:: python [SOURce]:BB:TDSCdma:DOWN:CELL:ENH:BCH:SLOTstate .. autoclass:: RsSmbv.Implementations.Source.Bb.Tdscdma.Down.Cell.Enh.Bch.SlotState.SlotStateCls :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.tdscdma.down.cell.enh.bch.slotState.clone()