Skip to content

physical_roles property instead of motor_role_ids and counter_role_ids

Zbigniew Reszela requested to merge issue1814_physical_roles_prop into develop

See discussion in #1814 (closed).

Changelog:

Added

  • possibility to use physical_roles (with role names and ids) instead of motor_role_ids and counter_role_ids (only ids) Tango device properties on (Controller class) of pseudo controllers
    • controllable with sardanacustomsettings.USE_PHYSICAL_ROLES_PROPERTY (by default False)
    • in case sardanacustomsettings.USE_PHYSICAL_ROLES_PROPERTY=True migrate existing properties and start using them for newly created devices

Fixes #1814 (closed).

@sardana-org this is ready for review and eventual integration.

Merge request reports