Both files are versioned and created once per week.
/online_dir/TangoDump.lis
: a list of device properties and attributes representing the
state of the Tango DB. It is intended to be used for a post mortem analysis, e.g. to answer
questions like: what happened
to an attribute/property and when did it change?
/online_dir/TangoDump.py
: a Python script also representing the state of the Tango DB.
It is a list of functions setting properties and attributes. This file, or a part of this
file, can be executed, if necessary. However, TangoDump.py has to be edited before it can
be executed. As a safety measure, the statement 'import PyTango' has been commented out.