Marker<MarkerDestination>
SCPI Command :
CALCulate<n>:MARKer<ms>:LINK:TO:MARKer<mt>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.applications.k9X11Ad.calculate.marker.linkTo.marker.repcap_markerDestination_set(repcap.MarkerDestination.Nr1)
- get(window=Window.Default, marker=Marker.Default, markerDestination=MarkerDestination.Default) bool[source]
# CALCulate<n>:MARKer<ms>:LINK:TO:MARKer<mt> value: bool = driver.applications.k9X11Ad.calculate.marker.linkTo.marker.get(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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
markerDestination – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool, window=Window.Default, marker=Marker.Default, markerDestination=MarkerDestination.Default) None[source]
# CALCulate<n>:MARKer<ms>:LINK:TO:MARKer<mt> driver.applications.k9X11Ad.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.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
markerDestination – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
Cloning the Group
# Create a copy of the original group, that exists independently
marker_copy = driver.applications.k9X11Ad.calculate.marker.linkTo.marker.clone()