Files
gac-S_Changer 32233e9a1f
2019-02-21 16:32:43 +01:00

21 lines
395 B
Python

def get_rt(puck, sample):
"""
"""
print "get_rt: ",puck, sample
#Initial checks
assert_valid_address('R', puck, sample)
robot.assert_no_task()
robot.reset_motion()
robot.wait_ready()
robot.assert_cleared()
#Enabling
enable_motion()
if not robot.is_rt():
robot.move_rt()
robot.get_rt(puck, sample)