Skip to content

cobolt-lasers/pycobolt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycobolt

Official python package for Cobolt Lasers

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.

Build and Installation

Install from main development branch

python -m pip install git+https://github.com/cobolt-lasers/pycobolt.git

Usage

import pycobolt

laser = pycobolt.CoboltLaser(port="COMXX") # Creates a new Cobolt Laser object. Replace COMXX with the com-port of the laser

About

Official python package for Cobolt Lasers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages