Comments
Change-Id: Ie7fe10f704aec62c19cae0bab16d43d55d911a36
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user