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