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)  # 10 mW
laser.set_mode("CW-ACC")  # Automatic current control
laser.start()  # start light emission

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.3.tar.gz (17.9 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for luxx_communication-0.1.3.tar.gz
Algorithm Hash digest
SHA256 9f0494ba4aa87d8a43abf1efd489d072e95f93baa5e76dbf5f115e2d8bfc3730
MD5 985977cc0ebdec71c7398653e9c95f93
BLAKE2b-256 1ae1779b7679d5635a1574ccf9849e610d7b2efbfb3f58ef69965c64e028c880

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