Commit b3abbeca authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes tag[i] error + tx_tx_gain_auto event

Showing with 1 addition and 1 deletion
+1 -1
...@@ -137,7 +137,7 @@ class OhmPiHardware: ...@@ -137,7 +137,7 @@ class OhmPiHardware:
self.tx_sync.wait() self.tx_sync.wait()
self.tx.adc_gain_auto() self.tx.adc_gain_auto()
self.rx.adc_gain_auto() self.rx.adc_gain_auto()
self.exec_logger.event(f'OhmPiHardware\ttx_rx_gain_Auto\tend\t{datetime.datetime.utcnow()}') self.exec_logger.event(f'OhmPiHardware\ttx_rx_gain_auto\tend\t{datetime.datetime.utcnow()}')
def _inject(self, polarity=1, inj_time=None): # TODO: deal with voltage or current pulse def _inject(self, polarity=1, inj_time=None): # TODO: deal with voltage or current pulse
self.exec_logger.event(f'OhmPiHardware\tinject\tbegin\t{datetime.datetime.utcnow()}') self.exec_logger.event(f'OhmPiHardware\tinject\tbegin\t{datetime.datetime.utcnow()}')
......
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