__declspec(property(get = GetStoredSpectrumType, put = SetStoredSpectrumType)) TSpectrumType StoredSpectrumType;
Specifies the SpectrumType of the stored Spectrum.
Read:
TSpectrumType GetStoredSpectrumType();Write:
void SetStoredSpectrumType(const TSpectrumType Value);Remarks:
This parameter is used to convert the spectrum to other spectrum types.
Declared in Dew::Signal::TStoredSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler