__declspec(property(get = GetGeneralInfo, put = SetGeneralInfo)) bool GeneralInfo;
If True, General information like SamplingFrequency, Bandwidth, number of sampels analyzed etc... will be included in the report.
Read:
bool GetGeneralInfo();Write:
void SetGeneralInfo(const bool Value);Declared in Dew::Signal::TSignalReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler