From e683e6fad6cdf95951dda4e840fcbdf0b060083f Mon Sep 17 00:00:00 2001 From: Anders Sandstrom Date: Tue, 8 Aug 2023 19:55:10 +0200 Subject: [PATCH] WIP --- tools/ecmcMotionMainPyQtGraph.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/ecmcMotionMainPyQtGraph.py b/tools/ecmcMotionMainPyQtGraph.py index edd7bb9..2e6280e 100644 --- a/tools/ecmcMotionMainPyQtGraph.py +++ b/tools/ecmcMotionMainPyQtGraph.py @@ -732,8 +732,8 @@ class ecmcMtnMainGui(QtWidgets.QDialog): self.plotItemAnalog.removeItem(self.plottedLineAnalog[pv]) self.plottedLineAnalog[pv] = None - else: - print("Data null for pv: " + pv) + #else: + # print("Data null for pv: " + pv) if autozoom: ymin = np.min(self.data['PosAct-Arr']) @@ -789,8 +789,8 @@ class ecmcMtnMainGui(QtWidgets.QDialog): if self.plottedLineBinary[pv] is not None: self.plotItemBinary.removeItem(self.plottedLineBinary[pv]) self.plottedLineBinary[pv] = None - else: - print("Data null for pv: " + pv) + #else: + # print("Data null for pv: " + pv) if autozoom: ymin = -0.1