Z

SCPI Command :

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

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

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:Z
value: float = driver.applications.k10Xlte.calculate.marker.z.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the marker position on the z-axis of three-dimensional result displays. Returns the type of value displayed in the selected result display (EVM, Power or Allocation ID) .

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

position: numeric value Unit: Depends on result display

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.calculate.marker.z.clone()

Subgroups