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()
 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()