stfc-aeg / odin-lpdpower

Prototype of ODIN framework
0 stars 0 forks source link

Make parameter tree handle read-write accessors #11

Closed timcnicholls closed 7 years ago

timcnicholls commented 7 years ago

Current DataTree class makes parameter paths with callable accessors (e.g. calls to underlying hardware access methods) read-only. This should be extended so that paths can handle both read and write methods.

DataTree should also be renamed ParameterTree in preparation for migration to core ODIN package