X
SCPI Command :
CALCulate<n>:MARKer<m>:X
- Commands in total: 5Subgroups: 2Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:X value: float = driver.applications.k91Wlan.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.k91Wlan.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.k91Wlan.calculate.marker.x.clone()
Subgroups