ApSelect ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr2001 rc = driver.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.pdsch.dmrs.apSelect.repcap_antennaPortNull_get() driver.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.pdsch.dmrs.apSelect.repcap_antennaPortNull_set(repcap.AntennaPortNull.Nr0) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:NR5G:SCHed:CELL:SUBF:USER:BWPart:ALLoc:PDSCh:[DMRS]:APSelect .. code-block:: python [SOURce]:BB:NR5G:SCHed:CELL:SUBF:USER:BWPart:ALLoc:PDSCh:[DMRS]:APSelect .. autoclass:: RsSmbv.Implementations.Source.Bb.Nr5G.Scheduling.Cell.Subf.User.BwPart.Alloc.Pdsch.Dmrs.ApSelect.ApSelectCls :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.nr5G.scheduling.cell.subf.user.bwPart.alloc.pdsch.dmrs.apSelect.clone()