itango3

Interactive Tango client - Python 3

Install

All systems
curl cmd.cat/itango3.sh
Debian Debian
apt-get install python3-itango
Ubuntu
apt-get install python3-itango
image/svg+xml Kali Linux
apt-get install python3-itango
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-itango
Raspbian
apt-get install python3-itango

python3-itango

Interactive Tango client - Python 3

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 3 version of the package.

python3-pytango

API for the TANGO control system (Python 3)

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 3 version of the package.