diff --git a/control_seekat_prototype.py b/control_seekat_prototype.py index dd3a7a0..d22ec1b 100644 --- a/control_seekat_prototype.py +++ b/control_seekat_prototype.py @@ -154,9 +154,7 @@ class SerComm: s = self.get_or_to() if s != "RAMPING": raise Exception(f"DAC reported an error: {s}") -"""TODO: -two timeouts? one for the time, and another every 200msec -""" +# Todo: two timesouts? GLib.timeout_add(200, self.RAMP_callback, None) def refresh(self, _):