LISE-B26 / pylabcontrol

pylabcontrol: Laboratory Equipment Control for Scientific Experiments.
GNU General Public License v3.0
9 stars 9 forks source link

Break dependency on b26_toolkit #119

Closed JanGieseler closed 6 years ago

JanGieseler commented 7 years ago

Currently ScriptIterator depends on FindNV, i.e. it depends on b26_toolkit. Since PyLabControl is supposed to be independent, we should remove this dependency by removing the part that contains 'FindNV' in ScriptIterator and create a new ScriptIterator in b26_toolkit, e.g. ScriptIteratorB26, that inherits from PyLabControl and implements the 'FindNV' functionality.