Marker<MarkerDestination>

RepCap Settings

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

SCPI Commands

CALCulate<Window>:DELTamarker<DeltaMarker>:LINK:TO:MARKer<MarkerDestination>
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, deltaMarker=DeltaMarker.Default, markerDestination=MarkerDestination.Default) None[source]
# SCPI: CALCulate<n>:DELTamarker<ms>:LINK:TO:MARKer<mt>
driver.calculate.deltaMarker.linkTo.marker.set(state = False, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default, markerDestination = repcap.MarkerDestination.Default)

This command links the delta source marker <ms> to any active destination marker <md> (normal or delta marker) .

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 deltaMarker

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

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.deltaMarker.linkTo.marker.clone()