LISE-B26 / pylabcontrol

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

export scripts/instruments only if instrument is connected #121

Closed JanGieseler closed 6 years ago

JanGieseler commented 7 years ago

Currently we try to export all the scripts/ instruments which we have implemented. This creates a bunch of error msgs. To avoid those msgs we should export scripts/ instruments selectively by passing a json file/dictionary to the export script that specifies all the instruments that are actually connected to the computer and only creates default b26 files for those. (see also issue #120)

JanGieseler commented 6 years ago

close, this is being handle now in the new export default