Commit 63433f89 authored by Clement Remi's avatar Clement Remi
Browse files

max current allow

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -884,6 +884,7 @@ class OhmPi(object):
# get best voltage to inject AND polarity
if self.idps:
self.DPS.write_register(0X001, 2000, 0) #max current allow 200 mA
tx_volt, polarity, Rab = self._compute_tx_volt(
best_tx_injtime=best_tx_injtime, strategy=strategy, tx_volt=tx_volt, autogain=autogain)
self.exec_logger.debug(f'Best vab found is {tx_volt:.3f}V')
......
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