Marker<MarkerDestination>
RepCap Settings
# Range: Nr1 .. Nr16
rc = driver.applications.k9X11Ad.calculate.marker.linkTo.marker.repcap_markerDestination_get()
driver.applications.k9X11Ad.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
- get(window=Window.Default, marker=Marker.Default, markerDestination=MarkerDestination.Default) bool [source]
# SCPI: 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.
- 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’)
- return
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]
# SCPI: 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.
- 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.applications.k9X11Ad.calculate.marker.linkTo.marker.clone()