Peak

SCPI Command :

CALCulate<n>:MARKer<m>:SPECtrogram:Y:MINimum[:PEAK]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:SPECtrogram:Y:MINimum[:PEAK]
driver.calculate.marker.spectrogram.y.minimum.peak.set(window = repcap.Window.Default, marker = repcap.Marker.Default)

Moves a marker vertically to the minimum level for the current frequency. The search includes all frames. It does not change the horizontal position of the marker. If the marker hasn’t been active yet, the command first looks for the peak level for all frequencies and moves the marker vertically to the minimum level.

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]