Peak
SCPI Command :
CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:MAXimum[:PEAK]
- class PeakCls[source]
Peak commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- set(window=Window.Default, deltaMarker=DeltaMarker.Default) None [source]
# SCPI: CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:MAXimum[:PEAK] driver.applications.k91Wlan.calculate.deltaMarker.function.fixed.rpoint.maximum.peak.set(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Moves the fixed reference marker to the peak power.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param 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]