Ejemplo n.º 1
0
 def warmup_andor(self):
     andor.set_target_temperature(0)
     andor.set_cooler_on(False)
     self.get_all()
Ejemplo n.º 2
0
 def warmup_andor(self):
     andor.set_target_temperature(0)
     andor.set_cooler_on(False)
     self.get_all()
Ejemplo n.º 3
0
 def cooldown_andor(self):
     andor.set_cooler_on(True)
     andor.set_target_temperature(-80)
     self.get_all()
Ejemplo n.º 4
0
 def cooldown_andor(self):
     andor.set_cooler_on(True)
     andor.set_target_temperature(-80)
     self.get_all()