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 Command :

CALCulate<n>:DELTamarker<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, 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)
Links the delta source marker <ms> to any active destination marker <md> (normal or delta marker) .

INTRO_CMD_HELP: In Spectrum mode only:

  • If <md> is a delta marker, it is turned into a normal marker. To maintain the delta marker, use CALCulate<n>:DELTamarker<ms>:LINK:TO:DELTa<md>.

  • If <md> is the reference marker for the delta marker <ms>, the delta marker is initially set to the same horizontal position as the normal marker. To change the relative distance (delta) value again, use method RsFsw.Applications.K10x_Lte.Calculate.DeltaMarker.X.set. Then the delta between the two markers is maintained when you move the normal marker.

In I/Q Analyzer mode, if <md> is the reference marker for the delta marker <ms>, the relative distance (delta) between the two markers is maintained when you move the normal marker. In other applications, the delta marker is set to the same horizontal position as the marker <md>, and if <md> is moved along the x-axis, <ms> follows to the same horizontal position.

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()