Skip to main content

Lightweight beamline control system

Project description

https://travis-ci.org/ufo-kit/concert.png?branch=master https://coveralls.io/repos/ufo-kit/concert/badge.png?branch=master Latest PyPI version Number of PyPI downloads

Concert is a light-weight control system interface to control Tango and native devices. It can be used as a library:

from concert.quantities import q
from concert.devices.motors.dummy import Motor

motor = Motor()
motor.position = 10 * q.mm
motor.move(-5 * q.mm)

or from a session and within an integrated IPython shell:

$ concert init session
$ concert start session

session > motor.position = 10 * q.mm
10.0 millimeter

You can read more about Concert in the official documentation.

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

concert-0.6.0.tar.gz (96.6 kB view hashes)

Uploaded Source

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