Next
SCPI Command :
CALCulate<n>:DELTamarker<m>:SPECtrogram:Y:MAXimum:NEXT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# CALCulate<n>:DELTamarker<m>:SPECtrogram:Y:MAXimum:NEXT driver.calculate.deltaMarker.spectrogram.y.maximum.next.set(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Moves a delta marker vertically to the next higher level for the current frequency. The search includes all frames. It does not change the horizontal position of the marker.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
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]