Marker<MarkerDestination>

SCPI Command :

CALCulate<n>:DELTamarker<ms>:LINK:TO:MARKer<mt>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.applications.k18AmplifierEt.calculate.deltaMarker.linkTo.marker.repcap_markerDestination_set(repcap.MarkerDestination.Nr1)
get(window=Window.Default, deltaMarker=DeltaMarker.Default, markerDestination=MarkerDestination.Default) bool[source]
# CALCulate<n>:DELTamarker<ms>:LINK:TO:MARKer<mt>
value: bool = driver.applications.k18AmplifierEt.calculate.deltaMarker.linkTo.marker.get(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) . 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.k10Xlte.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.

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

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

  • 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, deltaMarker=DeltaMarker.Default, markerDestination=MarkerDestination.Default) None[source]
# CALCulate<n>:DELTamarker<ms>:LINK:TO:MARKer<mt>
driver.applications.k18AmplifierEt.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) . 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.k10Xlte.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.

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

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

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