u=-AnalogIn(self._ads_voltage,ads.P0,ads.P1).voltage*self._coef_p2*1000.-self._bias# TODO: check if it should be negated
u=(AnalogIn(self._ads_voltage,ads.P0).voltage*self._coef_p2*1000.-self._vmn_hardware_offset)/self._dg411_gain-self._bias# TODO: check how to handle bias and _vmn_hardware_offset