This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Description
It would be great to be able to define aliases on
Attributes .
Exemple:
- Imagine an I/O board with theses 3 attributs :
out_channel1, in_channel1, in_channel2
then defining the following attributes :
in1 = "lucia/acquisition/in_channel1"
in2 = "lucia/acquisition/in_channel2"
out = "lucia/acquisition/out_channel1"
It would be possible to write this kind of script (thanks to
python magic for instance)
out= in1+in2
Reported by: buteau
Original Ticket: "tango-cs/bugs/16":https://sourceforge.net/p/tango-cs/bugs/16