Peak
SCPI Command :
CALCulate<n>:MARKer<m>:SPECtrogram:Y:MAXimum[:PEAK]
- class PeakCls[source]
Peak commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- set(window=Window.Default, marker=Marker.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:SPECtrogram:Y:MAXimum[:PEAK] driver.calculate.marker.spectrogram.y.maximum.peak.set(window = repcap.Window.Default, marker = repcap.Marker.Default)
Moves a marker vertically to the highest 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 looks for the peak level in the whole spectrogram.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param 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]