You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
Then each axis has elements which duplicate the info from motor_role_ids. Do they actually need the elements or could that be removed? Now different axes can have different lists of elements. Is that a good thing? It might create some quite interesting problems..
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The configuration of a pseudomotor in the tango database is quite confusing and a bit redundant.
For example a slit has properties like this on the ctrl:
And the two axes then have:
and
To begin with, the
pseudo_motor_role_ids
property is never used, and only mentioned here where it's created: https://github.com/sardana-org/sardana/blob/master/src/sardana/tango/pool/Pool.py#L391Can we remove it?
Then each axis has
elements
which duplicate the info frommotor_role_ids
. Do they actually need theelements
or could that be removed? Now different axes can have different lists of elements. Is that a good thing? It might create some quite interesting problems..The text was updated successfully, but these errors were encountered: