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