TSpectrumPeaksAnalyzer::HarmonicsCount Property

__declspec(property(get = GetHarmonicsCount, put = SetHarmonicsCount)) int HarmonicsCount;

Defines the number of harmonics to be marked, if TraceMethod is ptAmpltHarmonics or ptFreqHarmonics.

Read: int GetHarmonicsCount();
Write: void SetHarmonicsCount(const int Value);
Declared in Dew::Signal::TSpectrumPeaksAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler