Skip to main content

Lightweight beamline control system

Project description

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

import quantities as 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 mm
                state     standby
------------------------------------

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.1.0.tar.gz (35.9 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