lab-measurement / Lab-Measurement

Lab::Measurement allows to perform test and measurement tasks with Perl scripts.
https://www.labmeasurement.de/
Other
10 stars 11 forks source link

Lab::Moose::DataFile::GnuPlot: make refresh rate more configurable #18

Closed akhuettel closed 5 years ago

akhuettel commented 6 years ago

As far as I understand, right now we have refresh => 'point' and refresh => 'block'. However, even block may be too frequent in some cases (imagine a huge, long measurement, where re-drawing the plot takes minutes).

Something like refresh => 'time', refresh_time => '30min' (as minimum time between re-draws) ...