frappy_psi.thermofisher: fix bug reading limits

+ add proper description into cfg file
This commit is contained in:
2025-08-26 11:16:34 +02:00
parent 08244e17e0
commit e327bb0974
2 changed files with 22 additions and 2 deletions

View File

@@ -149,8 +149,8 @@ class TemperatureLoopA10(HasConvergence, HasIO, Drivable):
def initialReads(self):
super().initialReads()
self.target_max = min(self.target_max, self.get_par('RHTF'))
self.target_min = max(self.target_min, self.get_par('RLTF'))
self.target_max = min(self.target_max, self.get_par('HTF'))
self.target_min = max(self.target_min, self.get_par('LTF'))
def switch_control_off(self, reason=None):
self._off_reason = reason