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.crio 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
Welcome to Concert
This is a new session.

In [1]: motor.position = 10 * q.mm

In [2]: dstate
Out[2]:
-----------------------------------------
  Name         Parameters
-----------------------------------------
  Motor         position  10.0 millimeter
                state     standby
-----------------------------------------

You can read more about Concert in the official documentation.

Installation

Install the latest stable version from PyPI with pip:

sudo pip install concert

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.3.0.tar.gz (46.5 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