PyTango documentation — PyTango 8.0.2 documentation

PyTango documentation — PyTango 8.0.2 documentation

PyTango is a python module that exposes to Python the complete Tango C++ API (including both client and server).

This means that you can write not only tango applications (scripts, CLIs, GUIs) that access tango device servers but also tango device servers themselves, all of this in pure python.

ITango

Check out the getting started guide to learn how to build and/or install PyTango and after that the quick tour can help you with the first steps in the PyTango world.

If you need help understanding what Tango itself really is, you can check the Tango homepage where you will find plenty of documentation, FAQ and tutorials.

A PDF version can be downloaded from here.

For convenience here are the links to other versions:
Development   Latest stable   7.2.3

原文地址:https://www.cnblogs.com/lexus/p/2853906.html