Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 693 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 693 Bytes

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.

This package is under development and is not officially released yet. 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() # Creates a new Cobolt Laser object.