Skip to main content

Module for control of Omicron LuxX laser

Project description

This module provides framework for communication with Omicron LuxX laser, connected to the computer via serial interface (RS-232 or USB). You can import it into your interpreter (e.g. IPython) and control laser with simple self-explanatory statemens. Other option is to integrate it into some kind of program, which allows flexible device control. Typical usage often looks like this:

#!/usr/bin/env python

from luxx_communication import Laser

laser = Laser(port="/dev/ttyUSB0")
laser.set_power(10)
laser.set_mode("CW-ACC")
laser.start()

Other Omicron lasers (BrixX and PhoxX) are controlled in a similar manner, and this module should be able to control them right away. However, they were never tested. These lasers have some additional functions, support for which can be easily added into this module.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

luxx_communication-0.1.0.tar.gz (17.5 kB view details)

Uploaded Source

File details

Details for the file luxx_communication-0.1.0.tar.gz.

File metadata

File hashes

Hashes for luxx_communication-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3d18ea1fe8a667090e77ee8c8ce3a7d2bb46433c640e516c9d43899b27ec2805
MD5 0687a1c5db8e63457b719aea9e917c9d
BLAKE2b-256 aac4f22388d66eecab1628f6edabcd56edba86d423c580a40d02812194609892

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page