Count

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:FPEaks:COUNt
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:COUNt
value: float = driver.applications.k10Xlte.calculate.marker.function.fpeaks.count.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the number of peaks that have been found during a peak search. The actual number of peaks that have been found may differ from the number of peaks you have set to be found because of the peak excursion.

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