Z

SCPI Command :

CALCulate<n>:MARKer<m>:Z
class ZCls[source]

Z commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: 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.K10x_Lte.Calculate. DeltaMarker.Trace.set.

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

return

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