Marker ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr31 rc = driver.source.bb.dme.marker.repcap_marker_get() driver.source.bb.dme.marker.repcap_marker_set(repcap.Marker.Nr0) .. autoclass:: RsSmbv.Implementations.Source.Bb.Dme.Marker.MarkerCls :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.dme.marker.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Dme_Marker_Delay.rst Source_Bb_Dme_Marker_Mode.rst Source_Bb_Dme_Marker_Pdelay.rst Source_Bb_Dme_Marker_Width.rst