during p21977
This commit is contained in:
@ -25,7 +25,9 @@ class Dilution(Device):
|
||||
self.x = MagnetCoil("X", self.dilsc, 'x', limit_low=-0.6, limit_high=0.6)
|
||||
self.y = MagnetCoil("Y", self.dilsc, 'y', limit_low=-0.6, limit_high=0.6)
|
||||
self.z = MagnetCoil("Z", self.dilsc, 'z', limit_low=-5.2, limit_high=5.2)
|
||||
self.T_plato = Thermometer('T_plato', self.dilsc, limit_low=0, limit_high=300)
|
||||
# not in use currently
|
||||
# self.T_plato = Thermometer('T_plato', self.dilsc, limit_low=0, limit_high=300)
|
||||
self.T_chip = Thermometer('T_chip', self.dilsc, limit_low=0, limit_high=300)
|
||||
self.T_pucksensor = Thermometer('T_pucksensor', self.dilsc, limit_low=0, limit_high=300)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user