Commit 12132ad9 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Adds a default connection to CtlAbstract'

Showing with 1 addition and 0 deletions
+1 -0
...@@ -19,6 +19,7 @@ class CtlAbstract(ABC): ...@@ -19,6 +19,7 @@ class CtlAbstract(ABC):
self.exec_logger.debug(f'{self.board_name} Ctl initialization') self.exec_logger.debug(f'{self.board_name} Ctl initialization')
self._cpu_temp_available = False self._cpu_temp_available = False
self.max_cpu_temp = np.inf self.max_cpu_temp = np.inf
self.connection = None
@property @property
def cpu_temperature(self): def cpu_temperature(self):
......
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