Marker ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.calculate.deltaMarker.linkTo.marker.repcap_markerDestination_get() driver.calculate.deltaMarker.linkTo.marker.repcap_markerDestination_set(repcap.MarkerDestination.Nr1) .. rubric:: SCPI Command : .. index:: single: CALCulate:DELTamarker:LINK:TO:MARKer .. code-block:: python CALCulate:DELTamarker:LINK:TO:MARKer .. autoclass:: RsFsw.Implementations.Calculate.DeltaMarker.LinkTo.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.calculate.deltaMarker.linkTo.marker.clone()