Files
mxsc/script/motion/move_dewar.py
gac-S_Changer 43b46a171f
2018-06-13 17:42:33 +02:00

18 lines
320 B
Python

def move_dewar():
"""
"""
print "move_dewar"
#Initial checks
robot.assert_no_task()
robot.reset_motion()
robot.state.assertReady()
robot.assert_cleared()
#robot.assert_in_known_point()
#Enabling
enable_motion()
if not robot.is_dewar():
robot.move_dewar()