TSignalReportSet::RMS Property

__declspec(property(get = GetRMS, put = SetRMS)) bool RMS;

If True, RMS of the signal will be included in the report.

Read: bool GetRMS();
Write: void SetRMS(const bool Value);
Declared in Dew::Signal::TSignalReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler