TStoredSpectrumAnalyzer::Input Property

__declspec(property(get = GetInput2, put = SetInput2)) TSpectrum*Input;

Specifes the Input spectrum for the analysis component.

Read: TSpectrum *GetInput2();
Write: void SetInput2(TSpectrum *Value);
Declared in Dew::Signal::TStoredSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler