Increased average and peak integration windows to sort of match DIN IEC

60268-10 Type I.
merge-requests/2/head
Elliott Liggett 2021-02-26 17:11:41 -08:00
rodzic 6d8d1df45e
commit d23ff352ca
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -426,8 +426,8 @@ wfmain::wfmain(const QString serialPortCL, const QString hostCL, QWidget *parent
drawPeaks = false;
SMeterReadings.fill(0,10);
powerMeterReadings.fill(0,10);
SMeterReadings.fill(0,30);
powerMeterReadings.fill(0,30);
ui->freqMhzLineEdit->setValidator( new QDoubleValidator(0, 100, 6, this));