finished thermofisher
but: convergence does not work yet properly Change-Id: I834f8368730c347ba9f08a03eceae1a60fc66f90
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user