nanophotonics / nplab

Core functions and instrument scripts for the Nanophotonics lab experimental scripts
GNU General Public License v3.0
38 stars 15 forks source link

Potentiostat #149

Open gk463 opened 2 years ago

eoinell commented 2 years ago

You should use a logger instead of if DEBUG etc.

within any Instrument class: self.log('hello', level='info') self.log('about to explode', level='warn')