SR830: moved dicts out of class

Change-Id: If056b1bf4e81c3b609ded087dff2b40c7119903f
This commit is contained in:
Oksana Shliakhtun
2023-10-16 13:42:49 +02:00
parent a5dfc82b95
commit c9ccaa484a
2 changed files with 27 additions and 32 deletions

View File

@ -121,7 +121,6 @@ class TemperatureLoopTC1(SensorTC1, Drivable):
return True
self.set_param('TC', '-')
return False
###########
def read_ramp(self):
return float(self.get_param('RR'))