__declspec(property(get = GetBandsRMS, put = SetBandsRMS)) bool BandsRMS;
If true, the RMS of defined frequency ranges (bands) will be included in the report.
Read:
bool GetBandsRMS();Write:
void SetBandsRMS(const bool Value);Declared in Dew::Signal::TSpectrumReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler