Commit 665d446d authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fix inj_time for auto_gain

Showing with 1 addition and 1 deletion
+1 -1
......@@ -149,7 +149,7 @@ class Tx(TxAbstract):
def inject(self, polarity=1, inj_time=None):
self.polarity = polarity
TxAbstract.inject(self, polarity=polarity, inj_time=None)
TxAbstract.inject(self, polarity=polarity, inj_time=inj_time)
@property
def polarity(self):
......
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