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

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 LinearMotor

motor = LinearMotor()
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.

Citation

If you want to use Concert, we kindly ask you to acknowledge the respective authorship not only by respecting the LGPL software license but also by linking to one of our project websites at http://ufo.kit.edu and http://anka.kit.edu.

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.7.1.tar.gz (103.8 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