BBN-Q / PyQLab

A python library for instrument control and superconducting QIP experiments.
Apache License 2.0
25 stars 11 forks source link

Feature/sweep plugins #103

Closed bcdonovan closed 8 years ago

bcdonovan commented 8 years ago

Adds support for sweep plugins.

blakejohnson commented 8 years ago

I'm not following why you had to back away from common registration in that last commit. Why does it fail?

bcdonovan commented 8 years ago

Putting the registration into common code took the registration of the plugin classes into the "plugin" namespace rather then the "AWG" or "Sweeps" name space. This broke a bunch of imports in the tests.

I could probably pass the global dictionary for each name space but this might get hard to follow in the future.

blakejohnson commented 8 years ago

Got it. LGTM