tango-controls/PyTangoArchiving

hdb++: HDB/TDB api compatibility errors

Closed this issue · 2 comments

to be compatible with hdb/tdb api some method alias are missing:

add_attribute <-> start_archiving #algorithm to choose archiver must be provided!
get_last_attribute_values <-> load_last_values

In addition, DbConfig should be loadable from Tango database

Solved in develop