itango
Interactive Tango client - Python 2
Install
- All systems
-
curl cmd.cat/itango.sh
- Debian
-
apt-get install python-itango
- Ubuntu
-
apt-get install python-itango
- Kali Linux
-
apt-get install python-itango
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-itango
- Raspbian
-
apt-get install python-itango
- Dockerfile
- dockerfile.run/itango
python-itango
Interactive Tango client - Python 2
ITango works like a normal python console, but it provides a nice set of features from IPython. It also adds set of PyTango specific features: * automatic import of Tango objects * device and attribute name completion * list tango devices, classes, servers * customized tango error message * database utilities This is the Python 2 version of the package.
python-pytango
API for the TANGO control system (Python 2)
TANGO is an object oriented distributed control system using CORBA, mainly developed by the Controls Section of the ALBA Synchrotron. PyTango provides bindings for its client- and server-side C++ APIs. With PyTango, you can write TANGO device servers and TANGO applications (scripts, CLIs, GUIs) that access TANGO device servers in pure Python. This is the Python 2 version of the package.