Commit 132f9223 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Attempts to fix property issue in TxAbstract init

Showing with 0 additions and 1 deletion
+0 -1
......@@ -29,7 +29,6 @@ class TxAbstract(ABC):
self._inj_time = None
self._dps_state = 'off'
self._adc_gain = 1.
self.polarity = polarity
self.inj_time = inj_time
self.exec_logger.debug(f'{self.board_name} TX initialization')
......
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