Commit 7ed878a8 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Fixing polarity issue

Showing with 1 addition and 1 deletion
+1 -1
......@@ -208,7 +208,7 @@ class Tx(TxAbstract):
if voltage is not None:
self.pwr.voltage = voltage
self.exec_logger.debug(f'Voltage pulse of {polarity*self.pwr.voltage:.3f} V for {length:.3f} s')
print('inject_mb')
print('inject_mb', polarity)
self.inject(polarity=polarity, injection_duration=length)
self.exec_logger.event(f'{self.board_name}\ttx_voltage_pulse\tend\t{datetime.datetime.utcnow()}')
......
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