Commit c8830b1d authored by Clement Remi's avatar Clement Remi
Browse files

update time

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -906,7 +906,7 @@ class OhmPi(object): ...@@ -906,7 +906,7 @@ class OhmPi(object):
if not np.isnan(tx_volt): if not np.isnan(tx_volt):
self.DPS.write_register(0x0000, tx_volt, 2) # set tx voltage in V self.DPS.write_register(0x0000, tx_volt, 2) # set tx voltage in V
self.DPS.write_register(0x09, 1) # DPS5005 on self.DPS.write_register(0x09, 1) # DPS5005 on
time.sleep(1) # do not chnage this value 1 second is the minimum time.sleep(2) # do not chnage this value 1 second is the minimum
else: else:
self.exec_logger.debug('No best voltage found, will not take measurement') self.exec_logger.debug('No best voltage found, will not take measurement')
out_of_range = True out_of_range = True
......
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