X
SCPI Command :
CALCulate<n>:DELTamarker<m>:X
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# CALCulate<n>:DELTamarker<m>:X value: float = driver.applications.k9X11Ad.calculate.deltaMarker.x.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Moves a delta marker to a particular coordinate on the x-axis. If necessary, the command activates the delta marker and positions a reference marker to the peak power.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
deltaMarker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)
- set(stimulus: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# CALCulate<n>:DELTamarker<m>:X driver.applications.k9X11Ad.calculate.deltaMarker.x.set(stimulus = 1.0, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Moves a delta marker to a particular coordinate on the x-axis. If necessary, the command activates the delta marker and positions a reference marker to the peak power.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
deltaMarker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)
Cloning the Group
# Create a copy of the original group, that exists independently
x_copy = driver.applications.k9X11Ad.calculate.deltaMarker.x.clone()
Subgroups