aboutsummaryrefslogtreecommitdiffstats
path: root/amplitude_ramp.py
diff options
context:
space:
mode:
Diffstat (limited to 'amplitude_ramp.py')
-rwxr-xr-xamplitude_ramp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/amplitude_ramp.py b/amplitude_ramp.py
index 6ae9326..6d41d29 100755
--- a/amplitude_ramp.py
+++ b/amplitude_ramp.py
@@ -170,8 +170,8 @@ rampgen.start()
top = dual_tone()
top.set_decim(int(cli_args.decim))
-top.set_txgain = float(cli_args.txgain)
-top.set_rxgain = 0
+top.set_txgain(float(cli_args.txgain))
+top.set_rxgain(0)
top.set_source_ampl(float(cli_args.ampl_start))
time.sleep(.5)