From dc5b37126e5d556f629cd28071a413eb2aa3ff3e Mon Sep 17 00:00:00 2001 From: Thibaud Marazano Date: Thu, 8 Feb 2018 15:24:05 +0100 Subject: python: removing unnecessary configuration Removed "set_tx_rate" that sets all channels initially, because the channel loop handles this. Reviewed-by: Brent Stapleton --- host/python/usrp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'host') diff --git a/host/python/usrp.py b/host/python/usrp.py index 6179a3602..4b4b87bea 100644 --- a/host/python/usrp.py +++ b/host/python/usrp.py @@ -87,7 +87,6 @@ class MultiUSRP(lib.usrp.multi_usrp): :param gain: TX gain (dB) :return: the number of transmitted samples """ - super(MultiUSRP, self).set_tx_rate(rate) for chan in channels: super(MultiUSRP, self).set_tx_rate(rate, chan) super(MultiUSRP, self).set_tx_freq(lib.types.tune_request(freq), chan) -- cgit v1.2.3