ALBA-Synchrotron / sardana-icepap

IcePAP plugins for Sardana
GNU General Public License v3.0
0 stars 2 forks source link

Axis `statusverserr` read failing #29

Closed marceloalcocer closed 2 weeks ago

marceloalcocer commented 4 months ago

Description

Reading the additional axis attribute statusverserr fails, e.g.;

>>> motor.statusverserr
PyDs_PythonError: AttributeError: 'IcePAPAxis' object has no attribute 'state_vererr'

(For more detailed information type: tango_error)

This is due to a typo in the attribute -> icepap library call mapping (state_vererr -> state_verserr)