pyccapt.control.thorlabs_apt package

Submodules

pyccapt.control.thorlabs_apt.thorlab_motor module

pyccapt.control.thorlabs_apt.thorlab_motor.thorlab(conf, degree, step_increase=False, initialize=False)[source]

Initialize the Thorlabs motor controller and move it to the specified degree.

Parameters:
  • conf (dict) – Configuration settings. Should contain ‘COM_PORT_thorlab_motor’ for the COM port number.

  • degree (float) – Degree value to move the motor to.

  • step_increase (bool, optional) – Whether to move the motor in steps if degree > 180.

  • initialize (bool, optional) – Whether to initialize the motor and move to home position.

Returns:

None

Module contents