Count

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:FPEaks:COUNt
class CountCls[source]

Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:FPEaks:COUNt
value: float = driver.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.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

return

number_of_peaks: No help available