finished thermofisher

but: convergence does not work yet properly
Change-Id: I834f8368730c347ba9f08a03eceae1a60fc66f90
This commit is contained in:
Oksana Shliakhtun
2023-04-26 10:23:14 +02:00
parent 329c8d999a
commit 2d628e151c
5 changed files with 96 additions and 48 deletions

View File

@ -121,6 +121,7 @@ class TemperatureLoopTC1(SensorTC1, Drivable):
return True
self.set_param('TC', '-')
return False
###########
def read_ramp(self):
return float(self.get_param('RR'))
@ -145,13 +146,3 @@ class TemperatureLoopTC1(SensorTC1, Drivable):
def stop(self):
if self.control and self.ramp_used:
self.write_target(self.value)