This is a package to facilitate system integration of Cobolt Lasers in Python. Connect to your Cobolt Laser using either the serial number or COM-port of the laser. The package is compatible with python versions >=3.10
This package is under development and more lasers are to be added. Feel free to use, we will work to solve any issues in a swift manner.
Setuptools used for build process.
Install from main development branch
python -m pip install git+https://github.com/cobolt-lasers/pycobolt.git
import pycobolt
laser = pycobolt.CoboltLaser(port="COMXX") # Creates a new Cobolt Laser object. Replace COMXX with the com-port of the laser