Immediate

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:FPEaks[:IMMediate]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:FPEaks[:IMMediate]
value: float = driver.applications.k14Xnr5G.calculate.marker.function.fpeaks.immediate.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Initiates a peak search.

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’)

Returns:

peaks: This parameter defines the number of peaks to find during the search. Note that the actual number of peaks found during the search also depends on the peak excursion you have set with method RsFsw.applications.k10Xlte.calculate.marker.pexcursion.set() . Range: 1 to 200

set(peaks: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:FPEaks[:IMMediate]
driver.applications.k14Xnr5G.calculate.marker.function.fpeaks.immediate.set(peaks = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Initiates a peak search.

Parameters:
  • peaks – This parameter defines the number of peaks to find during the search. Note that the actual number of peaks found during the search also depends on the peak excursion you have set with method RsFsw.applications.k10Xlte.calculate.marker.pexcursion.set() . Range: 1 to 200

  • 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’)