project8 / Pypeline

A python interface for the dripline slow control system.
Other
2 stars 0 forks source link

PypelineConfInterface needs AddProperty(channel, property) method #42

Closed laroque closed 11 years ago

laroque commented 11 years ago

It should take a channel (or list of them) and add a propery (or list of them). Should not interfere with properties already set. The DripInterface.StartLoggers(new_loggers_list) method should, for example, call AddProperty(new_loggers, ['logging']), so that all the new loggers have the logging property set.

laroque commented 11 years ago

AddProperties() and RemoveProperties() have been added.