diff --git a/secop_demo/modules.py b/secop_demo/modules.py index 6c01afe..4a812b3 100644 --- a/secop_demo/modules.py +++ b/secop_demo/modules.py @@ -126,6 +126,7 @@ class MagneticField(Drivable): return self.value def write_target(self, value): + self.status = self.Status.BUSY, 'setting target' # could tell HW return round(value, 2) # note: setting self.target to the new value is done after this....