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