ConPoint ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr32 rc = driver.source.bb.ofdm.alloc.conPoint.repcap_constelationPointNull_get() driver.source.bb.ofdm.alloc.conPoint.repcap_constelationPointNull_set(repcap.ConstelationPointNull.Nr0) .. autoclass:: RsSmbv.Implementations.Source.Bb.Ofdm.Alloc.ConPoint.ConPointCls :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.ofdm.alloc.conPoint.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Ofdm_Alloc_ConPoint_Imag.rst Source_Bb_Ofdm_Alloc_ConPoint_Magn.rst Source_Bb_Ofdm_Alloc_ConPoint_Phase.rst Source_Bb_Ofdm_Alloc_ConPoint_Real.rst