This commit is contained in:
Anders Sandstrom
2023-08-08 19:55:10 +02:00
parent 3f1d11f077
commit e683e6fad6

View File

@@ -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