Marker<MarkerDestination>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.calculate.marker.linkTo.marker.repcap_markerDestination_get()
driver.calculate.marker.linkTo.marker.repcap_markerDestination_set(repcap.MarkerDestination.Nr1)

SCPI Command :

CALCulate<n>:MARKer<ms>:LINK:TO:MARKer<mt>
class MarkerCls[source]

Marker commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: MarkerDestination, default value after init: MarkerDestination.Nr1

set(state: bool, window=Window.Default, marker=Marker.Default, markerDestination=MarkerDestination.Default) None[source]
# SCPI: CALCulate<n>:MARKer<ms>:LINK:TO:MARKer<mt>
driver.calculate.marker.linkTo.marker.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default, markerDestination = repcap.MarkerDestination.Default)

Links the normal source marker <ms> to any active destination marker <md> (normal or delta marker) . If you change the horizontal position of marker <md>, marker <ms> changes its horizontal position to the same value.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

param markerDestination

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calculate.marker.linkTo.marker.clone()