diff --git a/frappy_psi/picontrol.py b/frappy_psi/picontrol.py index ee50bf4c..71747b5e 100644 --- a/frappy_psi/picontrol.py +++ b/frappy_psi/picontrol.py @@ -290,7 +290,7 @@ class PI(HasConvergence, PImixin): return self.input_module.read_status() def write_target(self, target): - self._overflow = 0 + self.write_overflow(0) super().write_target(target) self.convergence_start()