diff --git a/src/Smaract_mcs2.py b/src/Smaract_mcs2.py index a219eaf1f32185708bb13e33867d95c97e0190e4..82eabab523b99c8e1286bc6e78c9e6b8eb82ea01 100755 --- a/src/Smaract_mcs2.py +++ b/src/Smaract_mcs2.py @@ -927,9 +927,9 @@ class Smaract_mcs2 (PyTango.Device_4Impl): def Calibrate(self): self.debug_stream("In Calibrate()") - if self.attr_IsCalibrated_read: - self.debug_stream("Already calibrated. Do nothing.") - return + # if self.attr_IsCalibrated_read: + # self.debug_stream("Already calibrated. Do nothing.") + # return cmd_str = ":CHAN" + self.chan + ":CAL:OPT 0" self.socket_write(cmd_str) # start actual calibration: