tango-controls / fandango

Functional tools for PyTango / Tango Control System http://www.tango-controls.org/resources/howto/how-fandango/
7 stars 9 forks source link

fandango.tango.get/set_attribute_config arguments #6

Open sergirubio opened 7 years ago

sergirubio commented 7 years ago

get/set attribute config methods have incoherent arguments

one accepts model and returns AttributeConfig

the other expects device and attribute as separate strings and config as a dictionary

It must be corrected