Пример #1
0
 def warmup_andor(self):
     andor.set_target_temperature(0)
     andor.set_cooler_on(False)
     self.get_all()
Пример #2
0
 def warmup_andor(self):
     andor.set_target_temperature(0)
     andor.set_cooler_on(False)
     self.get_all()
Пример #3
0
 def cooldown_andor(self):
     andor.set_cooler_on(True)
     andor.set_target_temperature(-80)
     self.get_all()
Пример #4
0
 def cooldown_andor(self):
     andor.set_cooler_on(True)
     andor.set_target_temperature(-80)
     self.get_all()