Change-Id: Ie7fe10f704aec62c19cae0bab16d43d55d911a36
This commit is contained in:
Oksana Shliakhtun
2024-08-26 14:23:21 +02:00
parent c074d2cbba
commit 0def8f52e7
3 changed files with 25 additions and 3 deletions

View File

@ -150,7 +150,7 @@ class TemperatureLoop(HasIO, HasConvergence, Drivable):
@Command
def clear_errors(self):
""" Reset after error"""
""" Reset after error. Otherwise the status will not be updated"""
if self.read_status()[0] == ERROR:
try:
self.communicate('ER')