Commit 04fd0a49 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Adds self.settings in init

Showing with 2 additions and 1 deletion
+2 -1
......@@ -73,8 +73,9 @@ class OhmPi(object):
self._hw = OhmPiHardware(**{'exec_logger': self.exec_logger, 'data_logger': self.data_logger,
'soh_logger': self.soh_logger})
self.exec_logger.info('Hardware configured...')
# default acquisition settings
self.settings = {}
self.update_settings('settings/default.json')
# read in acquisition settings
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment