Skip to content

Rotation moteur ThorLab

PaulBautin edited this page Feb 20, 2022 · 3 revisions

Les instructions pour faire tourner le moteur thorlab avec une librairie python ce trouve dans cette documentation: ici

Exemples:

>>> import thorlabs_apt as apt
>>> apt.list_available_devices()
[(50, 55000038)]
>>> motor = apt.Motor(55000038)
>>> motor.move_home(True)
>>> motor.move_by(45)