Above
SCPI Command :
CALCulate<n>:MARKer<m>:SPECtrogram:Y:MAXimum:ABOVe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:SPECtrogram:Y:MAXimum:ABOVe driver.applications.k60Transient.calculate.marker.spectrogram.y.maximum.above.set(window = repcap.Window.Default, marker = repcap.Marker.Default)
Moves a marker vertically to the next lower peak 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.
- 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_with_opc(window=Window.Default, marker=Marker.Default, opc_timeout_ms: int = -1) None[source]