qudi icon indicating copy to clipboard operation
qudi copied to clipboard

T100S_HP laser hardware module

Open alrik-durand opened this issue 3 years ago • 0 comments

Description

This PR adds support to the T100S_HP laser via the simple laser interface

Motivation and Context

This PR adds support to new hardware. The laser added here is a tunable laser. Simple_laser interface does not support this feature so a new interface / modification will be necessary at a later time. This PR only focus on the hardware.

How Has This Been Tested?

This has been tested with the laser connected via GPIB with a windows 10 computer.

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [x] My code follows the code style of this project.
  • [x] I have documented my changes in the changelog (documentation/changelog.md)
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have added/updated for the module the config example in the docstring of the class accordingly.
  • [x] I have checked that the change does not contain obvious errors (syntax, indentation, mutable default values).
  • [ ] I have tested my changes using 'Load all modules' on the default dummy configuration with my changes included.
  • [x] All changed Jupyter notebooks have been stripped of their output cells.

alrik-durand avatar Dec 14 '20 13:12 alrik-durand