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

Merge branch 'v2024_rc' of gitlab.com:ohmpi/ohmpi into v2024_rc

Showing with 2 additions and 1 deletion
+2 -1
......@@ -258,7 +258,8 @@ class Rx(Rx_mb_2023):
self.exec_logger.event(f'{self.model}\trx_adc_auto_gain\tend\t{datetime.datetime.utcnow()}')
def _dg411_gain_auto(self):
if self.voltage < self._vmn_hardware_offset :
#TODO: Check condition (see #177)
if self.voltage < self._vmn_hardware_offset:
self._dg411_gain = 1.
else:
self._dg411_gain = self._dg411_gain_ratio
......
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