Commit 4c28cd06 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes typo

Showing with 1 addition and 1 deletion
+1 -1
......@@ -190,7 +190,7 @@ class OhmPiHardware:
self._start_time = None
self._pulse = 0
def _gain_auto(self, polarities=(1, -1), vab=5., switch_pwr_off=False): #TODO: improve _gain_auto
def _gain_auto(self, polarities=(1, -1), vab=5., switch_pwr_off=False): # TODO: improve _gain_auto
self.exec_logger.event(f'OhmPiHardware\ttx_rx_gain_auto\tbegin\t{datetime.datetime.utcnow()}')
current, voltage = 0., 0.
if self.tx.pwr.voltage_adjustable:
......
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