__declspec(property(get = GetSNR, put = SetSNR)) bool SNR;
If true, Signal to Noise Ratio will be inlcuded in the report.
Read:
bool GetSNR();Write:
void SetSNR(const bool Value);Declared in Dew::Signal::TSpectrumReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler