Z

SCPI Command :

CALCulate<n>:MARKer<m>:Z
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:Z
value: float = driver.calculate.marker.z.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the z-axis value of the indicated marker in the persistence spectrum result display. You can select whether to query the results of the persistence trace or the maxhold trace with method RsFsw.applications.k10Xlte.calculate.deltaMarker.trace.set() .

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:

result: The return value is the percentage of hits on the marker position.