Commit d412a6fb authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Tries inject_current

Showing with 1 addition and 1 deletion
+1 -1
......@@ -107,7 +107,7 @@ class Tx(Tx_mb_2023):
def current(self, value):
assert value >= 0.
self._current = value
self.pwr.current = value:
self.pwr.current = value
def inject(self, polarity=1, injection_duration=None):
# add leds?
......
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