Skip to content

ludovico86/concert

 
 

Repository files navigation

About

image

image

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

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

You can read more about Concert in the official documentation.

About

Concert is a light-weight experiment control system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%