TSpectrumAnalyzer::SpectrumType Property

__declspec(property(get = GetSpectrumType, put = SetSpectrumType)) TSpectrumType SpectrumType;

Specifies the spectrum type to be computed.

Read: TSpectrumType GetSpectrumType();
Write: virtual void SetSpectrumType(const TSpectrumType Value);
Declared in Dew::Signal::TCustomSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler