예제 #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()