diff --git a/ohmpi/hardware_components/mb_2024_0_2.py b/ohmpi/hardware_components/mb_2024_0_2.py
index 3b6fd15b831bc7536d660f5db2d03c875f568ced..f7de3a9d373df9441a9cf4061ad16952dc8d3933 100644
--- a/ohmpi/hardware_components/mb_2024_0_2.py
+++ b/ohmpi/hardware_components/mb_2024_0_2.py
@@ -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