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

Attributes aliases #29

@tango-controls-bot

Description

@tango-controls-bot

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions