Peak
SCPI Command :
CALCulate<n>:MARKer<m>:SPECtrogram:XY:MAXimum[:PEAK]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:SPECtrogram:XY:MAXimum[:PEAK] driver.applications.k60Transient.calculate.marker.spectrogram.xy.maximum.peak.set(window = repcap.Window.Default, marker = repcap.Marker.Default)
Moves a marker to the highest level of the spectrogram.
- 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]