Z
SCPI Command :
CALCulate<n>:MARKer<m>:Z
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:Z value: float = driver.applications.k14Xnr5G.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 or Power) .
- 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 Unit: Depends on result display
Cloning the Group
# Create a copy of the original group, that exists independently
z_copy = driver.applications.k14Xnr5G.calculate.marker.z.clone()
Subgroups