diff options
Diffstat (limited to 'eitControl.py')
-rw-r--r-- | eitControl.py | 2 |
1 files changed, 1 insertions, 1 deletions
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__': |