Above

SCPI Command :

CALCulate<n>:DELTamarker<m>:SPECtrogram:Y:MINimum:ABOVe
class AboveCls[source]

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

set(window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# SCPI: CALCulate<n>:DELTamarker<m>:SPECtrogram:Y:MINimum:ABOVe
driver.calculate.deltaMarker.spectrogram.y.minimum.above.set(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Moves a delta marker vertically to the next minimum level for the current frequency. The search includes only frames above the current marker position. It does not change the horizontal position of the marker.

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’)

set_with_opc(window=Window.Default, deltaMarker=DeltaMarker.Default, opc_timeout_ms: int = - 1) None[source]