From 12b7a75dc161469400cbfcb3be5c282888d0eef1 Mon Sep 17 00:00:00 2001 From: michael-west Date: Mon, 15 Jan 2018 13:51:42 -0800 Subject: gr-usrptest: Added copy of args to prevent mangling that resulted in a parser error --- tools/gr-usrptest/python/flowgraphs/phasealignment_fg.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/gr-usrptest/python/flowgraphs/phasealignment_fg.py b/tools/gr-usrptest/python/flowgraphs/phasealignment_fg.py index f120e2421..3db41c7af 100644 --- a/tools/gr-usrptest/python/flowgraphs/phasealignment_fg.py +++ b/tools/gr-usrptest/python/flowgraphs/phasealignment_fg.py @@ -26,7 +26,9 @@ class phasealignment_fg(gr.top_block): self.phase_diff_calc = list() self.measurement_sink = list() self.uhd_app = copy.copy(uhd_app) + self.uhd_app.args = copy.copy(uhd_app.args) self.tx_app = copy.copy(uhd_app) + self.tx_app.args = copy.copy(uhd_app.args) self.samp_rate = uhd_app.args.samp_rate # Create all devices specified in --receiver # Create all remaining blocks and connect devices to the first port and -- cgit v1.2.3