stfc-aeg / odin-lpdpower

Prototype of ODIN framework
0 stars 0 forks source link

Merge separate R/W parameters #18

Closed timcnicholls closed 7 years ago

timcnicholls commented 7 years ago

Some parameters associated with commands (e.g. enableAll, arm) had isolated read and write parameters to the legacy behaviour of DataTree. Since ParameterTree now supports combined r/w set and get accessors on a single parameter, these can now be merged.

timcnicholls commented 7 years ago

Parameters to merge: arm, isarmed -> armed enabledall, allenabled -> allEnabled

Note camelCase convention