X

SCPI Command :

CALCulate<n>:DELTamarker<m>:X
class XCls[source]

X commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# SCPI: CALCulate<n>:DELTamarker<m>:X
value: float = driver.applications.k18AmplifierEt.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.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param deltaMarker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)

return

stimulus: No help available

set(stimulus: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# SCPI: CALCulate<n>:DELTamarker<m>:X
driver.applications.k18AmplifierEt.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.

param stimulus

No help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param deltaMarker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)