labrad/pylabrad

node: Add settings for manipulating node configuration

maffoo opened this issue · 0 comments

Currently, to change the node configuration we have to edit the registry directly, and then the node will load those changes asynchronously. It would be nice to have APIs on the node to see the configuration that it has directly, and also to manipulate that config so that we can be sure when config changes are actually applied (this would be helpful in tests, for example).