SlotState ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.source.bb.tdscdma.down.cell.enh.dch.slotState.repcap_slot_get() driver.source.bb.tdscdma.down.cell.enh.dch.slotState.repcap_slot_set(repcap.Slot.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:TDSCdma:DOWN:CELL:ENH:DCH:SLOTstate .. code-block:: python [SOURce]:BB:TDSCdma:DOWN:CELL:ENH:DCH:SLOTstate .. autoclass:: RsSmbv.Implementations.Source.Bb.Tdscdma.Down.Cell.Enh.Dch.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.dch.slotState.clone()