Commit 0ea26400 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Tries enabling switch_pwr during injection for polarity 0 on pwr_batt and pwr_dps5005_fixed

Showing with 1 addition and 1 deletion
+1 -1
...@@ -129,7 +129,7 @@ class Tx(Tx_mb_2023): ...@@ -129,7 +129,7 @@ class Tx(Tx_mb_2023):
self.exec_logger.debug(f'Switching DPS off') self.exec_logger.debug(f'Switching DPS off')
self._pwr_state = 'off' self._pwr_state = 'off'
@Tx_mb_2023.property @property
def polarity(self): def polarity(self):
return self._polarity return self._polarity
......
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