X

SCPI Command :

CALCulate<n>:MARKer<m>:X
Commands in total: 6
Subgroups: 2
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:X
value: float = driver.applications.k14Xnr5G.calculate.marker.x.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Moves a marker to a specific coordinate on the x-axis. If necessary, the command activates the marker. If the marker has been used as a delta marker, the command turns it into a normal marker.

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

Returns:

position: Numeric value that defines the marker position on the x-axis. The unit depends on the result display. Range: The range depends on the current x-axis range. , Unit: Hz

set(position: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:X
driver.applications.k14Xnr5G.calculate.marker.x.set(position = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Moves a marker to a specific coordinate on the x-axis. If necessary, the command activates the marker. If the marker has been used as a delta marker, the command turns it into a normal marker.

Parameters:
  • position – Numeric value that defines the marker position on the x-axis. The unit depends on the result display. Range: The range depends on the current x-axis range. , Unit: Hz

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

Cloning the Group

# Create a copy of the original group, that exists independently
x_copy = driver.applications.k14Xnr5G.calculate.marker.x.clone()

Subgroups