tango-controls / tango-doc

The official documentation for Tango controls
http://tango-controls.readthedocs.io
8 stars 27 forks source link

Attribute's "memorized" property cannot be changed #305

Open mliszcz opened 5 years ago

mliszcz commented 5 years ago

The doc suggests that "memorized" is stored as a property and can be changed:

https://tango-controls.readthedocs.io/en/latest/development/advanced/reference.html#general-purpose-parameters https://tango-controls.readthedocs.io/en/latest/development/advanced/reference.html#the-memorized-attribute-parameter

However it is implemented as a "hardcoded" parameter: https://github.com/tango-controls/cppTango/blob/tango-9-lts/cppapi/server/attrgetsetprop.cpp#L3372-L3386