From e737987b15a74b5f817e92c612cf7d510a4763cb Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Wed, 16 Jun 2021 09:20:16 -0400 Subject: more informative message about replot --- eitControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eitControl.py b/eitControl.py index d0e1c2e..a84eb1d 100644 --- a/eitControl.py +++ b/eitControl.py @@ -307,7 +307,7 @@ class Experiment: stop = datetime.now() runTime = (stop-start).seconds + float((stop-start).microseconds)/1000000 - print("Replot took %s seconds to plot %s points." % (runTime, len(self.data['adc1'])) ) + print("Replot took %s seconds to plot %s points per channel." % (runTime, len(self.data['x'])) ) if __name__ == '__main__': -- cgit v1.2.3